From d1d0b5613a3e98c75c2701eca3e72f1a0830859e Mon Sep 17 00:00:00 2001 From: Shogo Kawahara Date: Wed, 18 Aug 2010 04:00:45 +0900 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E9=8C=B2=E6=99=82=E3=81=AB=E8=A8=80?= =?UTF-8?q?=E8=AA=9E=E9=81=B8=E6=8A=9E=E3=81=97=E3=81=A6=E4=BF=9D=E6=8C=81?= =?UTF-8?q?=E5=8F=AF=E8=83=BD=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/form/opLanguageSelecterForm.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/form/opLanguageSelecterForm.class.php b/lib/form/opLanguageSelecterForm.class.php index c07dc2b48..59f2018ce 100644 --- a/lib/form/opLanguageSelecterForm.class.php +++ b/lib/form/opLanguageSelecterForm.class.php @@ -55,7 +55,7 @@ public function saveCulture() if ($this->user->getMemberId()) { - $this->user->getMember()->setConfig('language', $this->getValue('culture')); + $this->user->getMember(true)->setConfig('language', $this->getValue('culture')); } }