summaryrefslogtreecommitdiff
path: root/core/controllers
diff options
context:
space:
mode:
authorFelix Rabinovich <virshu@users.sourceforge.net>2009-01-09 23:54:40 +0000
committerFelix Rabinovich <virshu@users.sourceforge.net>2009-01-09 23:54:40 +0000
commit48e73e90817a9c525ed50dc332d4a4341a8c6295 (patch)
tree69b4026c5394fc350dacadeee396bdbead26febc /core/controllers
parentb647aa0f74e66548d6d69fc4585b89220ce60043 (diff)
Theme Administration cleanup initialization
Diffstat (limited to 'core/controllers')
-rw-r--r--core/controllers/admin_themes.php2
1 files changed, 1 insertions, 1 deletions
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"));