MyBB Community Forums

Full Version: Mybb Moderation queue bug
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I found a bug:
The "delete" function in moderatin queue (MODCP) doesn't work...

Solution:
In modcp.php

Replace:
$moderation->delete_thread($thread['tid']);
with:
$moderation->delete_thread($tid);

( Dev site is offline Sad )
I think this is a known bug. I'd link to it if the bug tracker was working.
Yeah, it's on the dev site already. (I am pretty sure this is the same issue. Toungue)

http://dev.mybb.com/issues/1334