diff options
Diffstat (limited to 'install.php')
-rw-r--r-- | install.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/install.php b/install.php index 7832509d..c2b46a7d 100644 --- a/install.php +++ b/install.php @@ -105,7 +105,8 @@ switch ($action) { /* Setup Preferences */ $temp_user = new User($username); $temp_user->fix_preferences(); - $temp_user = new User(0); + $temp_user = new User(-1); + $temp_user->username = '-1'; $temp_user->fix_preferences(); |