From d758e6b59198c066bd1966fd31b00f52393484e6 Mon Sep 17 00:00:00 2001 From: Ian Date: Sat, 10 Jan 2015 19:56:46 +0100 Subject: [PATCH] fix 9fbb248 Reference #256 --- bundled-libs/PEAR.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundled-libs/PEAR.php b/bundled-libs/PEAR.php index 6a9764c9..f6fba920 100644 --- a/bundled-libs/PEAR.php +++ b/bundled-libs/PEAR.php @@ -733,7 +733,7 @@ class PEAR } if (PEAR_ZE2) { - include_once 'PEAR5.php'; + include_once S9Y_PEAR_PATH . 'PEAR5.php'; } function _PEAR_call_destructors()