|
@@ -185,10 +185,6 @@ class Session implements \Serializable
|
|
*/
|
|
*/
|
|
public function setLocale($locale)
|
|
public function setLocale($locale)
|
|
{
|
|
{
|
|
- if ($locale === $this->getDefaultLocale()) {
|
|
|
|
- return;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
if (false === $this->started) {
|
|
if (false === $this->started) {
|
|
$this->start();
|
|
$this->start();
|
|
}
|
|
}
|