Skip to content

Commit

Permalink
Merge pull request #381 from seasoftjapan/20200426-1
Browse files Browse the repository at this point in the history
E_WARNING 回避
  • Loading branch information
okazy authored May 18, 2020
2 parents 0e62a0e + 558bda9 commit 38fdf8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/class/helper/SC_Helper_HandleError.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ public static function handle_error()
}

$error_type_name = GC_Utils_Ex::getErrorTypeName($arrError['type']);
$errstr = "Fatal error($error_type_name): {$arrError[message]} on [{$arrError[file]}({$arrError[line]})]";
$errstr = "Fatal error($error_type_name): {$arrError['message']} on [{$arrError['file']}({$arrError['line']})]";

GC_Utils_Ex::gfPrintLog($errstr, ERROR_LOG_REALFILE, true);

Expand Down

0 comments on commit 38fdf8a

Please sign in to comment.