mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-07-23 12:24:44 +02:00
Fix delete
This commit is contained in:
parent
d5f29a5c74
commit
d526ceb6bc
5 changed files with 7 additions and 4 deletions
|
@ -79,6 +79,7 @@ switch ($action) {
|
|||
try {
|
||||
$d->delete();
|
||||
} catch (Exception $e) {
|
||||
} catch(Throwable $e){
|
||||
}
|
||||
try {
|
||||
$c->delete();
|
||||
|
@ -88,10 +89,12 @@ switch ($action) {
|
|||
try {
|
||||
$d->delete();
|
||||
} catch (Exception $e) {
|
||||
} catch(Throwable $e){
|
||||
}
|
||||
try {
|
||||
$c->delete();
|
||||
} catch (Exception $e) {
|
||||
} catch(Throwable $e){
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue