From: jeroendedauw Date: Sat, 5 Apr 2014 17:49:21 +0000 (+0200) Subject: Fix path after file got moved X-Git-Tag: 1.31.0-rc.0~16371 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/journal.php?a=commitdiff_plain;h=2d20084aa282d51bcb7c11d40cb4f226bc7141cb;p=lhc%2Fweb%2Fwiklou.git Fix path after file got moved Change-Id: Ic67f590fb53f2b96cfd8a0192968cb4953bb0d2b --- diff --git a/includes/composer/ComposerHookHandler.php b/includes/composer/ComposerHookHandler.php index 6c310fdef8..2587b1d850 100644 --- a/includes/composer/ComposerHookHandler.php +++ b/includes/composer/ComposerHookHandler.php @@ -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+