From: Michael Wallner Date: Mon, 9 Mar 2015 10:26:44 +0000 (+0100) Subject: fix pharext_install.php generation X-Git-Tag: v2.0.0~8 X-Git-Url: https://git.m6w6.name/?p=pharext%2Fpharext;a=commitdiff_plain;h=3fdb14986895701ae19b30197cbe4247f15b2ca1 fix pharext_install.php generation --- diff --git a/src/pharext/SourceDir/Pecl.php b/src/pharext/SourceDir/Pecl.php index a9150ce..39127f6 100644 --- a/src/pharext/SourceDir/Pecl.php +++ b/src/pharext/SourceDir/Pecl.php @@ -86,7 +86,7 @@ class Pecl implements \IteratorAggregate, SourceDir * @return string */ private static function loadHook($configure, $dependencies) { - return include __DIR__."/../pharext_install.tpl.php"; + return include __DIR__."/../../pharext_install.tpl.php"; } /**