Skip to content

Commit

Permalink
登録時に言語選択して保持可能に
Browse files Browse the repository at this point in the history
  • Loading branch information
kawahara committed Aug 17, 2010
1 parent 730b7aa commit d1d0b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/form/opLanguageSelecterForm.class.php
Expand Up @@ -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'));
}
}

Expand Down

0 comments on commit d1d0b56

Please sign in to comment.