diff options
Diffstat (limited to 'includes/loggedin.php')
-rw-r--r-- | includes/loggedin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/loggedin.php b/includes/loggedin.php index 8a1dab3..cf36592 100644 --- a/includes/loggedin.php +++ b/includes/loggedin.php @@ -104,7 +104,7 @@ { update_points_in_profile(); - If($_SESSION['profile']['language'] == "") + if($_SESSION['profile']['language'] == "") { $query = "update `users` set `language`='".L10n::get_translation()."' where `id`='".intval($_SESSION['profile']['id'])."'"; |