Fix bug after refactoring
This commit is contained in:
@@ -81,7 +81,7 @@ class Config extends Base
|
|||||||
$this->session['config'] = $this->getAll();
|
$this->session['config'] = $this->getAll();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isset($this->session['config'][$name])) {
|
if (! empty($this->session['config'][$name])) {
|
||||||
return $this->session['config'][$name];
|
return $this->session['config'][$name];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user