update Piwik to version 2.16 (fixes #91)
This commit is contained in:
parent
296343bf3b
commit
d885a4baa9
5833 changed files with 418860 additions and 226988 deletions
|
|
@ -55,7 +55,7 @@ class Zend_Session_Exception extends Zend_Exception
|
|||
*/
|
||||
static public function handleSessionStartError($errno, $errstr, $errfile, $errline, $errcontext)
|
||||
{
|
||||
self::$sessionStartError = $errfile . '(Line:' . $errline . '): Error #' . $errno . ' ' . $errstr . ' ' . $errcontext;
|
||||
self::$sessionStartError = $errfile . '(Line:' . $errline . '): Error #' . $errno . ' ' . $errstr;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
@ -68,7 +68,7 @@ class Zend_Session_Exception extends Zend_Exception
|
|||
*/
|
||||
static public function handleSilentWriteClose($errno, $errstr, $errfile, $errline, $errcontext)
|
||||
{
|
||||
self::$sessionStartError .= PHP_EOL . $errfile . '(Line:' . $errline . '): Error #' . $errno . ' ' . $errstr . ' ' . $errcontext;
|
||||
self::$sessionStartError .= PHP_EOL . $errfile . '(Line:' . $errline . '): Error #' . $errno . ' ' . $errstr;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue