* some optimizations & fixes according to awesome PHPStorm Php Inspections plugin!

This commit is contained in:
slawkens
2018-03-21 13:52:41 +01:00
parent c48452b37d
commit eab416c0b4
9 changed files with 191 additions and 191 deletions

View File

@@ -66,7 +66,7 @@ if($exists || ($config['backward_support'] && file_exists(BASE . $template_path
$config[$key] = $value;
}
else if(file_exists(BASE . $template_path . '/config.php'))
require(BASE . $template_path . '/config.php');
require BASE . $template_path . '/config.php';
$template = array();
$template['link_account_manage'] = getLink('account/manage');