mailer project continued:
[mailer.git] / inc / modules / admin / what-theme_edit.php
index 760181af57b5c2f93fade5f700d3ddcdcbf5e517..254c7d9152a9c298c45b6e1bb09e5a60bc069fa4 100644 (file)
@@ -16,7 +16,7 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
+ * Copyright (c) 2009 - 2012 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -80,7 +80,7 @@ if (ifPostContainsSelections()) {
        $postData['default_theme'] = getRequestElement('default_theme');
 
        // Set session
-       setTheme($postData['default_theme']);
+       setMailerTheme($postData['default_theme']);
 
        // Set it in config and current theme as well
        setConfigEntry('default_theme', $postData['default_theme']);