Tell Content/Asset that the paste status method did a redirect.

This commit is contained in:
Colin Kuskie 2009-06-18 20:37:45 +00:00
parent fb6b201e77
commit 156025d03c
2 changed files with 81 additions and 54 deletions

View file

@ -551,7 +551,7 @@ sub www_pasteListStatus {
$self->paste($clipId);
}
$pb->redirect( $session->scratch->get('assetPasteReturnUrl') );
return "";
return "redirect";
}