From 17b88a21d9035a756c8480c0b6c27e0aba265236 Mon Sep 17 00:00:00 2001 From: flashwave Date: Sat, 10 Oct 2015 23:36:17 +0200 Subject: [PATCH] quick patch Signed-off-by: Flashwave --- _sakura/components/Users.php | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/_sakura/components/Users.php b/_sakura/components/Users.php index 628da8c..8e8b71b 100644 --- a/_sakura/components/Users.php +++ b/_sakura/components/Users.php @@ -21,17 +21,15 @@ class Users 'password_new' => '', 'email' => 'sakura@localhost', 'rank_main' => 0, - 'ranks' => '[0]', - 'name_colour' => '', + 'user_ranks' => '[0]', + 'user_colour' => '', 'register_ip' => '127.0.0.1', 'last_ip' => '127.0.0.1', - 'usertitle' => 'Internal fallback account', - 'regdate' => 0, - 'lastdate' => 0, - 'lastunamechange' => 0, - 'birthday' => '', - 'posts' => 0, - 'country' => 'XX', + 'user_title' => 'Internal fallback account', + 'user_registered' => 0, + 'user_last_online' => 0, + 'user_birthday' => '', + 'user_country' => 'XX', 'user_data' => '[]', ];