Fix codingstyle
Hanno Böck

Hanno Böck commited on 2023-12-09 11:52:40
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.

... ...
@@ -23,7 +23,7 @@ $section = "systemuser_account";
23 23
 
24 24
 $account = null;
25 25
 $role = $_SESSION['role'];
26
-$account = get_account_details(isset($_GET['uid']) ? $_GET['uid'] : $_SESSION['userinfo']['uid'], $_SESSION['userinfo']['customerno']);
26
+$account = get_account_details($_GET['uid'] ?? $_SESSION['userinfo']['uid'], $_SESSION['userinfo']['customerno']);
27 27
 
28 28
 
29 29
 headline("Bearbeiten von Benutzer »{$account['username']}«");
30 30