Closed (fixed)
Project:
tellafriend
Version:
6.x-2.3
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Dec 2008 at 12:41 UTC
Updated:
19 Dec 2008 at 08:11 UTC
The code is wrong on the line number 49,56 and 225
In line no 49: 'page arguments' => 'tellafriend_settings', is written but it should be 'page arguments' => array('tellafriend_settings'),
In line no 56:Same problem 'page arguments' => 'tellafriend_page', is written but it should be 'page arguments' => array('tellafriend_page'),
In line 225 $form_state is not used as an argument value for a form.
Comments
Comment #1
thierry_gd commentedCould you describe a little more the problem on line 225
Comment #2
OffTraQ commentedSorry it's line no 227. Here u have to pass the argument $form_state in to the function tellafriend_page()
like function tellafriend_page($form_state) {
--- code
}
Comment #3
thierry_gd commentedFixed in 6.2.3
Comment #4
OffTraQ commented