Minor fix of previous commit

This commit is contained in:
hakito
2013-10-10 20:34:28 +02:00
parent c1298112fa
commit b1462b0625

View File

@@ -5,7 +5,7 @@
// Include the composer autoloader
$composerAutoload = dirname(dirname(dirname(__DIR__))) . '/autoload.php';
if (file_exists($composerAutoload))
if (!file_exists($composerAutoload))
{
$composerAutoload = __DIR__ .'/vendor/autoload.php';