Closed (fixed)
Project:
Apache Solr Multilingual
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
27 Jul 2010 at 20:47 UTC
Updated:
10 Aug 2010 at 21:40 UTC
Hi there,
I get the following php waring once I enable apachesolr_multilingual_textfile module:
Warning: Call-time pass-by-reference has been deprecated in [path_to_modules]apachesolr_multilingual/apachesolr_multilingual_textfile/apachesolr_multilingual_textfile.module on line 123
Warning: Call-time pass-by-reference has been deprecated in [path_to_modules]apachesolr_multilingual/apachesolr_multilingual_textfile/apachesolr_multilingual_textfile.module on line 128
I know I can suppress the warning by setting allow_call_time_pass_reference to true in php.ini. But could this be fixed?
Thanks.isn't there
Comments
Comment #1
mkalkbrennerIt's simply a copy and paste bug. Fixed in CVS.