]> git.mxchange.org Git - mailer.git/blobdiff - inc/stylesheet.php
make-euros has replied me, now when you add request parameters only those from select...
[mailer.git] / inc / stylesheet.php
index b2d81171024f82b37b0d251b0fcc49594c01cccd..392ea5a4a5d5ac275cee46c60ca6b87efd5e9926 100644 (file)
@@ -110,8 +110,8 @@ if ((getOutputMode() == 1) || (getConfig('css_php') == 'DIRECT')) {
        if ((isInstallationPhase())) {
                // Default theme first
                $newTheme = 'default';
-               if (isGetRequestElementSet('theme'))  $newTheme = getRequestElement('theme');
-               if (isPostRequestElementSet('theme')) $newTheme = secureString(postRequestElement('theme'));
+               if (isGetRequestParameterSet('theme'))  $newTheme = getRequestParameter('theme');
+               if (isPostRequestParameterSet('theme')) $newTheme = secureString(postRequestParameter('theme'));
                $OUT .= '?theme=' . $newTheme . '&installing=1';
        } else {
                // Add SVN revision to bypass caching problems