]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-mydata.php
More rewrites to make lesser use of getMessage()
[mailer.git] / inc / modules / member / what-mydata.php
index ab440d29bea8b2650edcd539e4143912132daba3..db81bda1d978499ef228e7bf6a029c82875c68cb 100644 (file)
@@ -317,7 +317,7 @@ LIMIT 1",
        case 'notify': // Switch off notfication
                SQL_QUERY_ESC("UPDATE `{?_MYSQL_PREFIX?}_user_data` SET `notified`='N', `last_update`=UNIX_TIMESTAMP() WHERE `userid`=%s LIMIT 1",
                        array(getMemberId()), __FILE__, __LINE__);
-               $url = 'modules.php?module=login&what=welcome&code=' . urlencode(getMessage('PROFILE_UPDATED'));
+               $url = 'modules.php?module=login&what=mydata&code=' . getCode('PROFILE_UPDATED');
                break;
 } // END - switch