]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/theme_functions.php
Typo fixed
[mailer.git] / inc / libs / theme_functions.php
index 31ec274cca32e60bd48b8738b12f12416b06f066..f7df80bbc03d47fea0c87a5a5bd3cf64417a6942 100644 (file)
@@ -205,7 +205,7 @@ if ((!empty($_POST['new_theme'])) && ($_POST['new_theme'] != $currTheme)) {
        $newTheme = $_POST['new_theme'];
 
        // Change to new theme
-       set_session("mxchange_theme", $newTheme);
+       set_session('mxchange_theme', $newTheme);
 
        // Remove current from array and set new
        $theme = sprintf("%stheme/%s/theme.php", PATH, $currTheme);