From e6b14d26156bfbe87d55860cc1ae1bef6b4fc20e Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Fri, 18 Mar 2005 08:27:01 +0000 Subject: - #13738: Fix bug in configuring theme styles --- modules/system/system.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/system/system.module') diff --git a/modules/system/system.module b/modules/system/system.module index e0d186596..f9ed77254 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -94,7 +94,7 @@ function system_menu($may_cache) { foreach (list_themes() as $theme) { $items[] = array('path' => 'admin/themes/settings/'. $theme->name, 'title' => $theme->name, - 'callback' => 'system_theme_settings', 'access' => $access, + 'callback' => 'system_theme_settings', 'callback arguments' => array($theme->name), 'access' => $access, 'type' => MENU_LOCAL_TASK); } -- cgit v1.2.3