fixing syntax error
Bernd Wurst

Bernd Wurst commited on 2019-11-11 17:46:44
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.

... ...
@@ -60,7 +60,7 @@ if ($_GET['action'] == 'new') {
60 60
     $account_string = $account['local'].'@'.$account['domain'];
61 61
     $sure = user_is_sure();
62 62
     if ($sure === null) {
63
-        are_you_sure("action=delete&account={$_GET['account']}", "Möchten Sie den Account »".filter_output_html($account_string})."« wirklich löschen?");
63
+        are_you_sure("action=delete&account={$_GET['account']}", "Möchten Sie den Account »".filter_output_html($account_string)."« wirklich löschen?");
64 64
     } elseif ($sure === true) {
65 65
         delete_jabber_account($account['id']);
66 66
         if (! $debugmode) {
67 67