I believe this can be fixed by editing the scripts/manageoptions.inc.php script. Around line 81 of that script you'll see this:

header("Location: {$config['BASE_URL']}/ubbthreads.php?ubb=$location");

Right after that just add:

exit;