1
Fork 1
mirror of https://git.lolcat.ca/lolcat/4get.git synced 2024-09-13 17:28:08 -04:00

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",