fix pharext_install.php generation
authorMichael Wallner <mike@php.net>
Mon, 9 Mar 2015 10:26:44 +0000 (11:26 +0100)
committerMichael Wallner <mike@php.net>
Mon, 9 Mar 2015 10:26:44 +0000 (11:26 +0100)
src/pharext/SourceDir/Pecl.php

index a9150ced7b0904adfc0fa27fe21186c1c75cd91e..39127f6a7f95035e599e136ef3d135362abe94ad 100644 (file)
@@ -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";
        }
 
        /**