mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-26 00:10:55 +01:00
forgot a parameter for rebuildTheme()
This commit is contained in:
parent
705c79aa4f
commit
3560dbfb94
@ -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