Closed (fixed)
Project:
Taxonomy Manager
Version:
6.x-2.1
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Dec 2009 at 15:49 UTC
Updated:
13 Feb 2010 at 16:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
rgaskell commentedI also have this error (running php 5.3.1). You said you deleted the reference and you could see the terms. Is the functionality of the taxonomy manager maintained when you do this?
Thanks for posting this - not much info on this problem that I could find.
R
Comment #2
jm.federico commentedIncluding patch, works like a charm
Very common to find this kind of warning, nothing to worry about.
Cheers
Comment #3
mh86 commentedHi!
Patch committed, thanks :)
The reference was not necessary at this point, otherwise I wouldn't be possible to remove the '&' sign as long as we support PHP 4.
The PHP doc say "As of PHP 5.3.0, you will get a warning saying that "call-time pass-by-reference" is deprecated when you use & in foo(&$a);." So I guess you are getting more of these errors from core and other contrib modules...
anyway, this issue for the taxonomy manager should be fixed.