only need to redirect on non-Ajax calls

orig_fof
steveminutillo 2007-06-26 03:48:24 +00:00
parent 0c6a1ec0b9
commit e02af43ce6
1 changed files with 1 additions and 2 deletions

View File

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