forgot a parameter for rebuildTheme()
This commit is contained in:
parent
a582bf5866
commit
357d066730
@ -155,7 +155,7 @@
|
||||
global $config, $_theme;
|
||||
$_theme = $theme;
|
||||
|
||||
$theme = loadThemeConfig($_theme);
|
||||
$theme = loadThemeConfig($_theme, $action);
|
||||
|
||||
if(file_exists($config['dir']['themes'] . '/' . $_theme . '/theme.php')) {
|
||||
require_once $config['dir']['themes'] . '/' . $_theme . '/theme.php';
|
||||
|
Loading…
Reference in New Issue
Block a user