Bernd Wurst commited on 2021-03-12 18:22:56
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.
... | ... |
@@ -61,7 +61,7 @@ if (! empty($lists)) { |
61 | 61 |
$status = 'Wird gelöscht'; |
62 | 62 |
} elseif ($list['status'] == 'deleted') { |
63 | 63 |
# liste ist schon gelöscht |
64 |
- continue |
|
64 |
+ continue; |
|
65 | 65 |
} elseif ($list['status'] == 'pending') { |
66 | 66 |
$class = 'new'; |
67 | 67 |
$status = 'Wird angelegt'; |
68 | 68 |