EllisLab / No-Follow

ExpressionEngine Add-on

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP7 notice

Sungodragon opened this issue · comments

PHP 7.08
EE 3.3.0 with No-follow

Only variables should be assigned by reference
user/addons/no_follow/pi.no_follow.php, line 49
Severity: E_NOTICE

Hi there. There is nothing but a comment on line 49 of pi.no_follow.php. Are you sure your copy of No Follow is up-to-date? I also don't see where we'd be calling a function that modifies its argument by reference nor where we're assigning the output of a function to a variable by reference, which is what usually causes this error.

Yes, I will ask my team to dig bit more.

Edit: It was older version, I have provided the latest to them, it was oversight.
I will report soon after fixing.

I think its fixed after updating.
Thank you.