From: Adam Gołębiowski Date: Mon, 22 Feb 2010 06:57:03 +0000 (+0000) Subject: - applied upstream X-Git-Tag: auto/ac/ZendFramework-1_10_2-1~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2FZendFramework.git;a=commitdiff_plain;h=bbf7aba05829d833da21d4a74f8cda081beaf1c9 - applied upstream Changed files: ZendFramework-Zend_Log_Exception.patch -> 1.2 --- diff --git a/ZendFramework-Zend_Log_Exception.patch b/ZendFramework-Zend_Log_Exception.patch deleted file mode 100644 index fd69be1..0000000 --- a/ZendFramework-Zend_Log_Exception.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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' - );