Closed (fixed)
Project:
LeagueSite
Version:
6.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Oct 2010 at 04:28 UTC
Updated:
28 Oct 2010 at 18:20 UTC
Was trying to clone the Match Calendar to make it show the actual time of the match and received this error whenever trying to edit or clone:
Warning: Call-time pass-by-reference has been deprecated in /home/bbc/bbclub/sites/all/modules/leaguesite/leaguesite_match/leaguesite_match_handler_match_time.inc on line 30
This makes it so that you cannot actually modify or make changes to it.
Comments
Comment #1
Alun commentedOK cool, I can see the problem, its a simple change
need to change this line in the file outlined in the error message -
to
Which should stop the warning. I'll commit it when possible.
Thanks!
Alun
Comment #2
Alun commentedWhoops, I forgot to update this - its committed.