Remove useless argument
This commit is contained in:
parent
dcec7115bc
commit
21aedb08f0
1 changed files with 1 additions and 1 deletions
|
@ -102,6 +102,6 @@ class LocaleManager
|
||||||
public function unsetLocale()
|
public function unsetLocale()
|
||||||
{
|
{
|
||||||
$this->curLocale = null;
|
$this->curLocale = null;
|
||||||
$this->sessionSegment->clear('locale');
|
$this->sessionSegment->clear();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue