mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-04 10:15:03 +02:00
fix path
This commit is contained in:
parent
848dcb5caf
commit
1ec8049068
2 changed files with 4 additions and 4 deletions
|
@ -274,7 +274,7 @@ switch ($action) {
|
|||
} catch (Throwable $e) {
|
||||
}
|
||||
try {
|
||||
$c->delete();
|
||||
if($c) $c->delete();
|
||||
} catch (Exception $e) {
|
||||
} catch (Throwable $e) {
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue