Closed (fixed)
Project:
SlUser
Version:
6.x-2.x-dev
Component:
[SlUser] Code PHP
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Oct 2010 at 22:32 UTC
Updated:
1 Nov 2010 at 18:20 UTC
I received this warning after enabling the SLuser module.
I fixed it by removing the & in front of &$edit on two lines in sluser.module.
$form['sluser_global_settings'][] = sluser_global_settings_search_form($form_state, $edit);
$form['sluser_global_settings'][] = sluser_global_settings_terminology_form($form_state, $edit);
All the other lines here had $edit, looks like these two got missed when changing from &$edit.
Comments
Comment #1
ssm2017 Binder commentedif you have this kind of error and only this one is a good news :)
after solving this issue, we can admit that it should work under php 5.3
this issue was solved in the new rc5 release.
thank you for reporting