This commit is contained in:
Ibnu Maksum
2024-02-27 10:31:56 +07:00
parent 848dcb5caf
commit 1ec8049068
2 changed files with 4 additions and 4 deletions

View File

@ -274,7 +274,7 @@ switch ($action) {
} catch (Throwable $e) {
}
try {
$c->delete();
if($c) $c->delete();
} catch (Exception $e) {
} catch (Throwable $e) {
}