From 357d066730e34f4a009e4714185caa4e0fd0f1c2 Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Tue, 7 Jun 2011 15:24:03 +1000 Subject: [PATCH] forgot a parameter for rebuildTheme() --- inc/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/functions.php b/inc/functions.php index e13008e5..275c27d5 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -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';