From 3fdb14986895701ae19b30197cbe4247f15b2ca1 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Mon, 9 Mar 2015 11:26:44 +0100 Subject: [PATCH] fix pharext_install.php generation --- src/pharext/SourceDir/Pecl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; } /** -- 2.30.2