mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-04-29 10:49:23 +02:00
Initialize active_email in init.php.
Forgot to include it in the previous update.
This commit is contained in:
parent
00a97d43e4
commit
d8f22f9c33
@ -56,7 +56,7 @@ if (user_logged_in() === true) {
|
||||
$user_data = user_data($session_user_id, 'id', 'name', 'password', 'email', 'premdays');
|
||||
else
|
||||
$user_data = user_data($session_user_id, 'id', 'password', 'email', 'premend');
|
||||
$user_znote_data = user_znote_account_data($session_user_id, 'ip', 'created', 'points', 'cooldown', 'flag');
|
||||
$user_znote_data = user_znote_account_data($session_user_id, 'ip', 'created', 'points', 'cooldown', 'flag' ,'active_email');
|
||||
}
|
||||
$errors = array();
|
||||
// Log IP
|
||||
|
Loading…
x
Reference in New Issue
Block a user