1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
From: =?utf-8?q?David_Pr=C3=A9vot?= <taffit@debian.org>
Date: Sun, 28 Sep 2014 13:05:05 -0400
Subject: The installed package mimicks a PEAR installation
---
src/base.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/base.php b/src/base.php
index 1211e8d..e431ada 100644
--- a/src/base.php
+++ b/src/base.php
@@ -57,7 +57,7 @@ class ezcBase
*
* @var string
*/
- private static $libraryMode = "devel";
+ private static $libraryMode = "pear";
/**
* Contains the current working directory, which is used when the
|