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