Better this way
authorRoland Häder <roland@mxchange.org>
Tue, 19 Jul 2011 15:04:49 +0000 (15:04 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 19 Jul 2011 15:04:49 +0000 (15:04 +0000)
inc/modules/member/what-welcome.php

index 534f2f9a388de4b63276fcd236066d9c9b2580a1..dd59a5e866d027bb76fff6ddb484e8aecaa9e319 100644 (file)
@@ -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 {