Interface fix: return to bookmarks page after adding a bookmark
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@254 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
parent
b8daf569e7
commit
bdbfedc5b0
1 changed files with 2 additions and 2 deletions
|
@ -150,9 +150,9 @@ if ($userservice->isLoggedOn() && POST_SUBMITTED != '') {
|
||||||
$address = $GLOBALS['url_redir'] . $address;
|
$address = $GLOBALS['url_redir'] . $address;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(POST_REFERRER != '') {
|
/*if(POST_REFERRER != '') {
|
||||||
header('Location: '. POST_REFERRER);
|
header('Location: '. POST_REFERRER);
|
||||||
}die('pr'.POST_REFERRER);
|
}*/
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
$tplVars['error'] = T_('There was an error saving your bookmark. Please try again or contact the administrator.');
|
$tplVars['error'] = T_('There was an error saving your bookmark. Please try again or contact the administrator.');
|
||||||
|
|
Loading…
Reference in a new issue