git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@22976 44c647ce-9c0f-0410-b52a-842ac1e357ba
@@ -128,7 +128,7 @@ class Zend_Log
throw new Zend_Log_Exception('Configuration must be an array or instance of Zend_Config');
}
- $log = new Zend_Log;
+ $log = new self;
if (!is_array(current($config))) {
$log->addWriter(current($config));