From 48e73e90817a9c525ed50dc332d4a4341a8c6295 Mon Sep 17 00:00:00 2001 From: Felix Rabinovich Date: Fri, 9 Jan 2009 23:54:40 +0000 Subject: Theme Administration cleanup initialization --- core/controllers/admin_themes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/controllers') diff --git a/core/controllers/admin_themes.php b/core/controllers/admin_themes.php index 8943f588..4e9534fd 100644 --- a/core/controllers/admin_themes.php +++ b/core/controllers/admin_themes.php @@ -44,7 +44,7 @@ class Admin_Themes_Controller extends Admin_Controller { public function save() { access::verify_csrf(); - $theme = $this->input->post("theme"); + $theme = $this->input->post("themes"); if ($theme != module::get_var("core", "active_theme")) { module::set_var("core", "active_theme", $theme); message::success(t("Updated Theme")); -- cgit v1.2.3