When going to faq configure get the following php error:
Undefined variable: form in C:\WWWRoot\drupal\modules\faq\faq.module on line 1767.
This is caused because $form has not be created in the switch case for configure.
To resolve this: at line 1745 replace the break statement with a return statement.
Comments
Comment #1
stella commentedThanks! I've fixed this and checked it into CVS. It will be included in the next release.
Cheers,
Stella
Comment #2
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #3
stella commentedReleased in FAQ 6.x-1.3.
Cheers,
Stella