Мелкие правки
This commit is contained in:
parent
ce7d909ea8
commit
7dad5d30ac
3 changed files with 4 additions and 3 deletions
|
|
@ -62,6 +62,7 @@ class Controller_Action
|
|||
|
||||
public function loadConfig($name) {
|
||||
$filename = Shortcut::getUrl('config', $name);
|
||||
$settings = [];
|
||||
if (file_exists($filename)) {
|
||||
include($filename);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue