X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-reflinks.php;h=6bc1bce1d52cc91b37275fdffefc3621c2588fe9;hb=67252a132056473fd93647f32e9f70202df4cdd1;hp=c999d578b8ce8403731407a24e2f1af9bee7b9d3;hpb=263a089d8a499e0e26d0af9e7aa7639f88b8ca60;p=mailer.git diff --git a/inc/modules/member/what-reflinks.php b/inc/modules/member/what-reflinks.php index c999d578b8..6bc1bce1d5 100644 --- a/inc/modules/member/what-reflinks.php +++ b/inc/modules/member/what-reflinks.php @@ -46,15 +46,9 @@ if (!defined('__SECURITY')) { // Add description as navigation point addMenuDescription('member', __FILE__); -// Load current referal clicks -if (!fetchUserData(getMemberId())) { - // Something really bad happened - debug_report_bug('No user account ' . getMemberId() . ' found.'); -} // END - if - // Prepare some data -$content['ref_clicks'] = getUserData('ref_clicks'); -$content['userid'] = getMemberId(); +$content['userid'] = getMemberId(); +$content['nickname_content'] = ''; // @TODO Move this into a filter if (isExtensionActive('nickname')) {