diff options
Diffstat (limited to 'include/stats.php')
-rw-r--r-- | include/stats.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stats.php b/include/stats.php index bb6d693..a643047 100644 --- a/include/stats.php +++ b/include/stats.php @@ -35,7 +35,7 @@ if(!$myid) return; $PREF = DB_get_PREF($myid); -/* set language chosen in preferences, will become active on the next reload (see index.php)*/ +/* set language chosen in preferences*/ $_SESSION['language'] = $PREF['language']; set_language($PREF['language']); |