From e57faf219274c3802fef3831be18f15961035b05 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 20 Jun 2003 17:43:03 +0000 Subject: - Bugfix: fixed problem with changing themes. Didn't apply Al's patch as the fix was somewhat simpler. Fixes bug #2003. - Bugfix: fixed problem with voting on certain poll pages. Patch #37 by Al. - Improvement: removed stupid descriptions from profile module. --- modules/user.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/user.module') diff --git a/modules/user.module b/modules/user.module index e073b1e32..c888868e9 100644 --- a/modules/user.module +++ b/modules/user.module @@ -1164,7 +1164,7 @@ function user_page() { case t("Save user information"): case "edit": $output = user_edit($edit); - $theme = theme_init(); + $GLOBALS["theme"] = theme_init(); theme("header"); theme("box", t("User account"), user_menu()); theme("box", t("Edit user information"), $output); -- cgit v1.2.3