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

Alun’s picture

OK cool, I can see the problem, its a simple change
need to change this line in the file outlined in the error message -

parent::options_form(&$form, $form_state); 

to

parent::options_form($form, $form_state); 

Which should stop the warning. I'll commit it when possible.
Thanks!
Alun

Alun’s picture

Status: Active » Fixed

Whoops, I forgot to update this - its committed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.