Active
Project:
QDrupal
Version:
6.x-2.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
23 Aug 2009 at 21:15 UTC
Updated:
26 Feb 2010 at 19:04 UTC
warning: Missing argument 2 for qdrupal_application_form() in C:\www\Zend-CE\Apache2\htdocs\mozaiek\drupal\sites\all\modules\qdrupal\qdrupal.admin.inc on line 35.
The qdrupal_application_form(&$form_state,$app) in qdrupal.admin.inc expexts a second parameter.
Can be fixed by adding a null value to the 'page arguments' => array('qdrupal_application_form') in the $items['admin/build/qdrupal/add'] of the qdrupal_menu().
'page arguments' => array('qdrupal_application_form') should be 'page arguments' => array('qdrupal_application_form', null)
Comments
Comment #1
meecect commentedI fixed this in my dev copy and will be committing the changes over the next few days.