When moving a thread via the Administrative / Move thread option
we get a redirect error.
The reason appears to be that in postings.php the hook 'threadmanage_move_simple'
is before the $threadman->save();
Somehow $threadinfo is wiped out. I think it maybe the PM datamanger call??
I've put a pit of trace code and that appears to be the issue.
I have no other code active on that hook.
|