mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-10-13 18:04:54 +02:00
Initialize active_email in init.php.
Forgot to include it in the previous update.
This commit is contained in:
@@ -56,7 +56,7 @@ if (user_logged_in() === true) {
|
|||||||
$user_data = user_data($session_user_id, 'id', 'name', 'password', 'email', 'premdays');
|
$user_data = user_data($session_user_id, 'id', 'name', 'password', 'email', 'premdays');
|
||||||
else
|
else
|
||||||
$user_data = user_data($session_user_id, 'id', 'password', 'email', 'premend');
|
$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();
|
$errors = array();
|
||||||
// Log IP
|
// Log IP
|
||||||
|
Reference in New Issue
Block a user