packages: ZendFramework/ZendFramework-Zend_Log_Exception.patch (NEW) - new ...

adamg adamg at pld-linux.org
Wed Feb 10 13:41:36 CET 2010


Author: adamg                        Date: Wed Feb 10 12:41:36 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new (ZF issue #9064)

---- Files affected:
packages/ZendFramework:
   ZendFramework-Zend_Log_Exception.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/ZendFramework/ZendFramework-Zend_Log_Exception.patch
diff -u /dev/null packages/ZendFramework/ZendFramework-Zend_Log_Exception.patch:1.1
--- /dev/null	Wed Feb 10 13:41:36 2010
+++ packages/ZendFramework/ZendFramework-Zend_Log_Exception.patch	Wed Feb 10 13:41:31 2010
@@ -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'
+             );
================================================================


More information about the pld-cvs-commit mailing list