Remove useless argument

This commit is contained in:
Pierre Rudloff 2017-11-12 16:34:14 +01:00
parent dcec7115bc
commit 21aedb08f0
1 changed files with 1 additions and 1 deletions

View File

@ -102,6 +102,6 @@ class LocaleManager
public function unsetLocale()
{
$this->curLocale = null;
$this->sessionSegment->clear('locale');
$this->sessionSegment->clear();
}
}