This commit is contained in:
mensonge 2009-02-09 10:41:30 +00:00
parent 1dd434dfb0
commit 34d4301011

View file

@ -149,10 +149,6 @@ if ($userservice->isLoggedOn() && POST_SUBMITTED != '') {
if ($GLOBALS['useredir']) {
$address = $GLOBALS['url_redir'] . $address;
}
/*if(POST_REFERRER != '') {
header('Location: '. POST_REFERRER);
}*/
}
} else {
$tplVars['error'] = T_('There was an error saving your bookmark. Please try again or contact the administrator.');