summaryrefslogtreecommitdiff
path: root/includes/loggedin.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/loggedin.php')
-rw-r--r--includes/loggedin.php2
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'])."'";