Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-11-25 07:50:42 +0300
committervipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-11-25 07:50:42 +0300
commit24258a241cf5e4f4cc7dfa58237c952eeb4e8a01 (patch)
tree06fb3c1f7144c992c949eebcb5deb316d314e19c /libs/Zend/Log/Writer/Abstract.php
parent15f49eae616280930e93a22e8921384bebd5cbad (diff)
sync up with ZendFramework 1.9.6 which fixes ZF-8046
Diffstat (limited to 'libs/Zend/Log/Writer/Abstract.php')
-rw-r--r--libs/Zend/Log/Writer/Abstract.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/Zend/Log/Writer/Abstract.php b/libs/Zend/Log/Writer/Abstract.php
index 3e3be2d6cd..f949d6786a 100644
--- a/libs/Zend/Log/Writer/Abstract.php
+++ b/libs/Zend/Log/Writer/Abstract.php
@@ -104,4 +104,4 @@ abstract class Zend_Log_Writer_Abstract
*/
abstract protected function _write($event);
-} \ No newline at end of file
+}