You are not logged in.
Pages: 1
I believe that the function publishPendingItems in /core/inc/bigtree/auto-modules.php needs to have a return placed before the call to createItem that way it returns the id of the created item. The reason being that the new id is assigned to $edit_id in core/admin/auto-modules/forms/process.php when publishPendingItem is called. From the few tests that I've done, without adding that return statement the value returned by publishPendingItem is always NULL.
Could have been a mistake on my part at some point but wanted to share just in case.
Offline
You're very right! Thanks for the bug report. I'll push the fix up to git shortly.
Offline
Pages: 1