Problem With revision_moderation
| Project: | Node Moderation |
| Version: | HEAD |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Hi,
I tried the revision_moderation module (version 5) for drupal 6 along with the patch.I have a problem.When I try to edit the revision (done by others) it shows "Array" and no form for editing the revision. I am the administrator.
Should i assign some value in $form_state in revision_moderation_edit() so that when the function returns to node_form(&$form_state,$node) in node.pages.inc in node module, $form_state it is not empty?Now it is just printing "Array" and i do not see any form for editing the revision.
What do i pass in $form_state from revision_moderation_edit() or how do i get the array $form_state in revision_moderation_edit() (so that i get the form to edit the revision) ? or should i change something else to correct this?
Please help
Thanks..
