N°2522 - API : Deprecate SetupPage:log*

This commit is contained in:
Molkobain
2022-01-27 17:23:12 +01:00
parent 3bec96abe1
commit 3d3d94e837
3 changed files with 2 additions and 4 deletions

View File

@@ -107,7 +107,7 @@ function FatalErrorCatcher($sOutput)
}
$sOutput = "$errors\n";
// Logging to a file does not work if the whole memory is exhausted...
//SetupPage::log_error("Fatal error - in $__FILE__ , $errors");
// SetupLog::Error("Fatal error - in $__FILE__ , $errors");
}
return $sOutput;
}