X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-mydata.php;h=7122e5e79a1cbe22ff4377bf079326a2bc7045d7;hp=d874b3beecf9ac9144b97944e4034a9584c81317;hb=e71e9e1380d65ccd06beef6fbc594bec10371f5f;hpb=bb47f1005eabd32848497388bf0e99012b6fd1cf diff --git a/inc/modules/member/what-mydata.php b/inc/modules/member/what-mydata.php index d874b3beec..7122e5e79a 100644 --- a/inc/modules/member/what-mydata.php +++ b/inc/modules/member/what-mydata.php @@ -306,7 +306,7 @@ array( 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($GLOBALS['userid']), __FILE__, __LINE__); - $URL = URL."/modules.php?module=login&what=welcome&msg=".urlencode(PROFILE_UPDATED); + $URL = "modules.php?module=login&what=welcome&msg=".urlencode(PROFILE_UPDATED); break; }