make sure is initialized to avoid PHP warning
Hanno

Hanno commited on 2018-07-17 18:12:44
Zeige 1 geänderte Dateien mit 1 Einfügungen und 0 Löschungen.

... ...
@@ -70,6 +70,7 @@ else
70 70
         header('Location: account');
71 71
     }
72 72
 } elseif ($_GET['action'] == 'edit') {
73
+    $error = false;
73 74
     check_form_token('systemuser_edit');
74 75
     $account = null;
75 76
     if ($role & ROLE_CUSTOMER) {
76 77