]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-welcome.php
Conflict solved between ext-profile and ext-update
[mailer.git] / inc / modules / member / what-welcome.php
index 76e25415ba4a1635871bf3589ae9d34904b742b7..0bf919b65c8b20c2a9509e5ea129cc1dcc580f26 100644 (file)
@@ -61,7 +61,7 @@ $result = SQL_QUERY_ESC("SELECT userid FROM `{?_MYSQL_PREFIX?}_user_data` WHERE
 
 if ((SQL_NUMROWS($result) == 1) && (isExtensionActive('profile'))) {
        // Yes, he is so let's place him his wanted buttons
-       loadTemplate('profile-update');
+       loadTemplate('member_profile_outdated');
 } else {
        // Load the template below this default data
        loadTemplate('member_welcome');