espresto/reclaim-social-media

After last pull : Fatal error: Call-time pass-by-reference has been removed

Closed this issue · 5 comments

Fatal error: Call-time pass-by-reference has been removed in .../wp-content/plugins/reclaim/reclaim.php on line 56.

hm. mist. just to be sure: you ran composer?

Interesting, sounds like something I should look into. PHP never stops to surprise me ;-(

As you may have googled it already, here is a solution: http://stackoverflow.com/questions/8971261/php-5-4-call-time-pass-by-reference-easy-fix-available .but why use a reference at all here? Without testing i would suggest to remove the &.

i hope this pull req solves it: #53

ok, works again, thanks