|
@@ -702,7 +702,7 @@ function QuickModeration()
|
|
* @todo Ugly. There's no getting around this, is there?
|
|
* @todo Ugly. There's no getting around this, is there?
|
|
* @todo Maybe just do this on the actions people want to use?
|
|
* @todo Maybe just do this on the actions people want to use?
|
|
*/
|
|
*/
|
|
- $boards_can = boardsAllowedTo(array('make_sticky', 'move_any', 'move_own', 'remove_any', 'remove_own', 'lock_any', 'lock_own', 'merge_any', 'approve_posts'));
|
|
|
|
|
|
+ $boards_can = boardsAllowedTo(array('make_sticky', 'move_any', 'move_own', 'remove_any', 'remove_own', 'lock_any', 'lock_own', 'merge_any', 'approve_posts'), true, false);
|
|
|
|
|
|
$redirect_url = isset($_POST['redirect_url']) ? $_POST['redirect_url'] : (isset($_SESSION['old_url']) ? $_SESSION['old_url'] : '');
|
|
$redirect_url = isset($_POST['redirect_url']) ? $_POST['redirect_url'] : (isset($_SESSION['old_url']) ? $_SESSION['old_url'] : '');
|
|
}
|
|
}
|