File: 0001-The-installed-package-mimicks-a-PEAR-installation.patch

package info (click to toggle)
php-zeta-base 1.9-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 860 kB
  • ctags: 611
  • sloc: php: 2,708; makefile: 11
file content (21 lines) | stat: -rw-r--r-- 574 bytes parent folder | download | duplicates (2)
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