fix #15 (Mark all read with no items produces a blank page)

orig_fof
steveminutillo 2007-07-29 02:59:53 +00:00
parent 69651619ce
commit e22777061e
1 changed files with 2 additions and 2 deletions

View File

@ -46,8 +46,8 @@ else
{
fof_db_mark_unread(fof_current_user(), $items);
}
header("Location: " . urldecode($_POST['return']));
}
header("Location: " . urldecode($_POST['return']));
}
?>