error handling bug again

This commit is contained in:
lolcat 2024-03-30 00:06:05 -04:00
parent 0f2f97e5a3
commit dd3469aeb6

View file

@ -142,7 +142,12 @@ class frontend{
die(); die();
} }
public function drawscrapererror($error, $get, $target, $timetaken = microtime(true)){ public function drawscrapererror($error, $get, $target, $timetaken = null){
if($timetaken === null){
$timetaken = microtime(true);
}
$this->drawerror( $this->drawerror(
"Shit", "Shit",