From: Alan Knowles Date: Fri, 22 Jan 2016 04:43:01 +0000 (+0800) Subject: I18n.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=109cbd330912232ceaf7455e30a782de9719f1a0 I18n.php --- diff --git a/I18n.php b/I18n.php index 81d40c27..b6812a0d 100644 --- a/I18n.php +++ b/I18n.php @@ -81,7 +81,9 @@ class Pman_Core_I18n extends Pman } - function guessUsersLanguage() { + function guessUsersLanguage() + { + $this->sessionState(0); $lang = !$this->authUser || empty($this->authUser->lang ) ? 'en' : $this->authUser->lang;