There seems to be a minor typo at file formfilter_ui.module, line 49, HEAD revision, best described by the following diff:
-$form = node_form($form_state, $form);
+$form = node_form($form_state, $node);
I don't know what consequences it has in a runtime, just reporting for the sake of completeness.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | formfilter_ui.patch | 2.6 KB | pillarsdotnet |
| #1 | formfilter_ui.patch | 1.99 KB | pillarsdotnet |
Comments
Comment #1
pillarsdotnet commentedPatch.
Also corrects these PHP warnings:
Comment #2
pillarsdotnet commentedComment #3
pillarsdotnet commentedMore corrections.
Comment #4
pbuyle commented#1100240: formfilter_ui.module PHP E^ALL Compliance duplicates this issue.
Comment #5
pianomansam commented@pillarsdotnet, thanks for the patch. I'll attempt it myself and see how it goes. If it goes smoothly and we hear from a few others, I can get it committed. Thanks!
Comment #6
pianomansam commentedPatch continues to appear to be working. Marking as RTBC.