From: <pdo...@us...> - 2021-10-12 00:16:32
|
Revision: 14931 http://sourceforge.net/p/squirrelmail/code/14931 Author: pdontthink Date: 2021-10-12 00:16:30 +0000 (Tue, 12 Oct 2021) Log Message: ----------- Error context is removed from PHP 8 Modified Paths: -------------- trunk/squirrelmail/class/error.class.php Modified: trunk/squirrelmail/class/error.class.php =================================================================== --- trunk/squirrelmail/class/error.class.php 2021-09-28 23:34:00 UTC (rev 14930) +++ trunk/squirrelmail/class/error.class.php 2021-10-12 00:16:30 UTC (rev 14931) @@ -104,7 +104,7 @@ * @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; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |