Closed (fixed)
Project:
Tournament
Version:
7.x-1.2
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
7 Dec 2014 at 01:20 UTC
Updated:
17 Apr 2015 at 16:52 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
LemonHardos commented(oh please delete this comment, it seems i mixed forms...)
Comment #2
fenda commented@Lemon006
Are you still experiencing this error? Could you explain in a little more detail how I can reproduce it?
Comment #3
lahoosascoots commentedAre you on PHP 5.5? It now throws a warning when you try to pass function return values to other functions that dereference variables like reset()
This around line 99 of tournament/modules/tournament_privatemsg/tournament_privatemsg.module
needs to be updated to be something like this:
Comment #4
lahoosascoots commentedThis should do it for you. Give it a shot and let me know how it goes for you.
Comment #5
fenda commented@lahoosascoots
Thanks!! I've committed this to 7.x-1.x.
Comment #7
fenda commented