]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/theme_functions.php
Fixes for member registration (IP lock) and rewrites for remote IP address
[mailer.git] / inc / libs / theme_functions.php
index a1b563054a0e02599f65d9848e68bdfe9ea7aa26..2fb7de3b7f8a9b8d1a36c7c8bd45c2767fed3609 100644 (file)
@@ -320,6 +320,9 @@ function FILTER_HANDLE_THEME_CHANGE () {
 
                // Add new theme
                addIncludeToPool('theme', sprintf("theme/%s/theme.php", $newTheme));
+
+               // Redirect to same URL
+               redirectToRequestUri();
        } // END - if
 }