浏览代码

errcontext Deprecated in PHP 7.2.0

Removed in PHP 8.0
Andy 4 年之前
父节点
当前提交
99f085512a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      class/error.class.php

+ 1 - 1
class/error.class.php

@@ -94,7 +94,7 @@ class ErrorHandler {
      * @private
      * @since 1.5.1
      */
-    function SquirrelMailErrorhandler($iErrNo, $sErrStr, $sErrFile, $iErrLine, $aContext) {
+    function SquirrelMailErrorhandler($iErrNo, $sErrStr, $sErrFile, $iErrLine, $aContext=null) {
         $aError = array(
                         'type'     => SQM_NOTICE,// Error type, notice, warning or fatal error;
                         'category' => NULL,      // SquirrelMail error category;