All pastes #2053557 Raw Edit

Miscellany

public text v1 · immutable
#2053557 ·published 2011-05-03 18:24 UTC
rendered paste body
Index: library/Zend/Log.php
===================================================================
--- library/Zend/Log.php        (revision 23963)
+++ library/Zend/Log.php        (working copy)
@@ -591,7 +591,7 @@
             } else {
                 $priority = Zend_Log::INFO;
             }
-            $this->log($errstr, $priority, array('errno'=>$errno, 'file'=>$errfile, 'line'=>$errline, 'context'=>$errcontext));
+            $this->log($errstr, $priority, array('errno'=>$errno, 'file'=>$errfile, 'line'=>$errline));
         }

         if ($this->_origErrorHandler !== null) {