X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Ffilter%2Ftheme_filter.php;h=f531016da15cc0ca309596a88ccaa497778e6718;hb=6f9f29d5caee60a2cceae33a7a53e1b4c7319a0c;hp=4c8de5c3085530221994d2ba62b44b0bb5f49c62;hpb=98e44adab9035e30efe78181b76d78c6e13ba574;p=mailer.git diff --git a/inc/filter/theme_filter.php b/inc/filter/theme_filter.php index 4c8de5c308..f531016da1 100644 --- a/inc/filter/theme_filter.php +++ b/inc/filter/theme_filter.php @@ -17,7 +17,7 @@ * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * * Copyright (c) 2009 - 2011 by Mailer Developer Team * - * For more information visit: http://www.mxchange.org * + * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -44,9 +44,9 @@ if (!defined('__SECURITY')) { function FILTER_HANDLE_THEME_CHANGE ($filterData) { // Check if new theme is selcted //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'Called!'); - if ((isPostRequestParameterSet('new_theme')) && (postRequestParameter('new_theme') != getCurrentTheme())) { + if ((isPostRequestElementSet('new_theme')) && (postRequestElement('new_theme') != getCurrentTheme())) { // Set new theme for guests - $newTheme = postRequestParameter('new_theme'); + $newTheme = postRequestElement('new_theme'); // Change to new theme setTheme($newTheme);