]> git.pld-linux.org Git - packages/ZendFramework.git/blob - ZendFramework-Zend_Log_Exception.patch
- updated to 1.10.1
[packages/ZendFramework.git] / ZendFramework-Zend_Log_Exception.patch
1 --- ZendFramework-1.10.0/library/Zend/Log.php~  2010-02-10 12:57:15.015016859 +0100
2 +++ ZendFramework-1.10.0/library/Zend/Log.php   2010-02-10 13:33:07.800843185 +0100
3 @@ -177,7 +177,7 @@
4          }
5  
6          if (!is_array($config) || empty($config)) {
7 -            require_once 'Zend_Log_Exception.php';
8 +            require_once 'Zend/Log/Exception.php';
9              throw new Zend_Log_Exception(
10                  'Configuration must be an array or instance of Zend_Config'
11              );
This page took 0.12117 seconds and 3 git commands to generate.