From 5ed987b614e911f75ed23f62bead13cdcf7f2f54 Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Thu, 22 Dec 2011 15:23:23 +1100 Subject: [PATCH] themes bugfix --- mod.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod.php b/mod.php index bb0b3652..56f90a79 100644 --- a/mod.php +++ b/mod.php @@ -394,7 +394,7 @@ $result = true; $body = ''; if(isset($theme['install_callback'])) { - $ret = $theme['install_callback']($theme['config']); + $ret = $theme['install_callback'](themeSettings($_theme)); if($ret && !empty($ret)) { if(is_array($ret) && count($ret) == 2) { $result = $ret[0];