From cb30ff2ac417ff27ac658c0dca9f628f15161f66 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 9 Sep 2015 17:18:18 +0800 Subject: [PATCH] I18n.php --- I18n.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/I18n.php b/I18n.php index d9333197..6a23e74a 100644 --- a/I18n.php +++ b/I18n.php @@ -108,7 +108,7 @@ class Pman_Core_I18n extends Pman function get($s ='') { - $this->sessionState(false); + $this->sessionState(0); $lbits = $this->guessUsersLanguage(); if ($this->authUser && !empty($_REQUEST['_debug'])) { -- 2.39.2