From 65f41ecaa6ec63e05d703a0bf91ee6caa8d52ff6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= 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