Fix path after file got moved
authorjeroendedauw <jeroendedauw@gmail.com>
Sat, 5 Apr 2014 17:49:21 +0000 (19:49 +0200)
committerjeroendedauw <jeroendedauw@gmail.com>
Sat, 5 Apr 2014 17:49:21 +0000 (19:49 +0200)
Change-Id: Ic67f590fb53f2b96cfd8a0192968cb4953bb0d2b

includes/composer/ComposerHookHandler.php

index 6c310fd..2587b1d 100644 (file)
@@ -3,8 +3,8 @@
 use Composer\Package\Package;
 use Composer\Script\Event;
 
-$GLOBALS['IP'] = __DIR__ . '/../';
-require_once '../AutoLoader.php';
+$GLOBALS['IP'] = __DIR__ . '/../../';
+require_once __DIR__ . '/../AutoLoader.php';
 
 /**
  * @licence GNU GPL v2+