Quote:
Originally Posted by Flipfloptrader
Hi Mark,
I think this mod is causing this error for me?
11-May-2017 06:41:01 UTC] PHP Strict Standards: Only variables should be passed by reference in /home/flipflop/public_html/includes/functions.php(3273) : eval()'d code on line 5
It's the only plugin using the memberaction_dropdown hook.
Any ideas what I need to change?
Thanks.
|
Try changing that plugin so that its code reads:
PHP Code:
global $vbulletin;
if ($vbulletin->options['markfl_umitb_active'] AND !$memberinfo['musername'] AND $memberinfo['userid'])
{
$user_info = fetch_userinfo($memberinfo['lastposterid']);
$memberinfo['musername'] = fetch_musername($user_info);
}