Skip to content

Commit 8dd74b1

Browse files
committed
fix error on deprecated error callback function signature
1 parent 9486e69 commit 8dd74b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/public_php/login/r2_login.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ function ob_callback_r2login($buffer)
142142
}
143143

144144
// Callback called on error
145-
function err_callback($errno, $errmsg, $filename, $linenum, $vars)
145+
function err_callback($errno, $errmsg, $filename, $linenum)
146146
{
147147
$logFile = new CWwwLog();
148148
$logFile->logStr("PHP ERROR/$errno $errmsg ($filename:$linenum)");

0 commit comments

Comments
 (0)