aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/session.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/session.php')
-rw-r--r--phpBB/includes/session.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/includes/session.php b/phpBB/includes/session.php
index 21180bd9a5..cc31f8652b 100644
--- a/phpBB/includes/session.php
+++ b/phpBB/includes/session.php
@@ -1039,7 +1039,8 @@ class user extends session
/**
* If a guest user is surfing, we try to guess his/her language first by obtaining the browser language
- * @todo if re-enabled we need to make sure only those languages installed are checked
+ * If re-enabled we need to make sure only those languages installed are checked
+ * Commented out so we do not loose the code.
if (isset($_SERVER['HTTP_ACCEPT_LANGUAGE']))
{