From f3aadb1f8b854bc215d6b4997b34e6030c886a18 Mon Sep 17 00:00:00 2001 From: quix0r Date: Tue, 19 Jul 2011 15:04:49 +0000 Subject: [PATCH] Better this way --- inc/modules/member/what-welcome.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/modules/member/what-welcome.php b/inc/modules/member/what-welcome.php index 534f2f9a38..dd59a5e866 100644 --- a/inc/modules/member/what-welcome.php +++ b/inc/modules/member/what-welcome.php @@ -55,7 +55,7 @@ $content = array( loadTemplate('member_welcome_header', false, $content); // Check if he is returning from a profile update notification -if ((getUserData('notified') == 'Y') && (isExtensionActive('profile'))) { +if ((isExtensionActive('profile')) && (getUserData('notified') == 'Y')) { // Yes, he is so let's place him his wanted buttons loadTemplate('member_profile_outdated'); } else { -- 2.39.5