Closed (fixed)
Project:
Revision Moderation
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Dec 2008 at 20:06 UTC
Updated:
4 Jan 2009 at 00:00 UTC
I just installed Revision Moderation. I then logged in as my test user and edited one of its nodes. I logged back in as moderator and went to publish the updates. When I click on publish I got the following error:
warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'revision_moderation_publish' was given in /<path>/includes/form.inc on line 366.
I have not had much time to try to troubleshoot, but I have confirmed that if I create a new node (now that revision moderation is installed) that I get the same error. I'll try to troubleshoot further as I get time, but I wanted to post this to see if others get the same error.
Thanks,
Jason
Comments
Comment #1
add1sun commentedYeah, pretty much I am stupid. :p I forgot to change the callback name when I redid the publish functionality to add a confirm form. I've updated the code in CVS now. Sorry bout that.