]> git.pld-linux.org Git - packages/ZendFramework.git/commitdiff
- new (ZF issue #9064)
authorAdam Gołębiowski <adamg@pld-linux.org>
Wed, 10 Feb 2010 12:41:31 +0000 (12:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ZendFramework-Zend_Log_Exception.patch -> 1.1

ZendFramework-Zend_Log_Exception.patch [new file with mode: 0644]

diff --git a/ZendFramework-Zend_Log_Exception.patch b/ZendFramework-Zend_Log_Exception.patch
new file mode 100644 (file)
index 0000000..fd69be1
--- /dev/null
@@ -0,0 +1,11 @@
+--- ZendFramework-1.10.0/library/Zend/Log.php~ 2010-02-10 12:57:15.015016859 +0100
++++ ZendFramework-1.10.0/library/Zend/Log.php  2010-02-10 13:33:07.800843185 +0100
+@@ -177,7 +177,7 @@
+         }
+         if (!is_array($config) || empty($config)) {
+-            require_once 'Zend_Log_Exception.php';
++            require_once 'Zend/Log/Exception.php';
+             throw new Zend_Log_Exception(
+                 'Configuration must be an array or instance of Zend_Config'
+             );
This page took 0.08059 seconds and 4 git commands to generate.