forgot a parameter for rebuildTheme()

This commit is contained in:
Savetheinternet 2011-06-07 15:24:03 +10:00
parent a582bf5866
commit 357d066730

View File

@ -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';