preliminary ajax comment setups
This commit is contained in:
parent
4081ebe6c5
commit
3d9845f4a4
4 changed files with 6 additions and 3 deletions
|
@ -490,7 +490,9 @@ function item_post(&$a) {
|
|||
}
|
||||
}
|
||||
|
||||
goaway($a->get_baseurl() . "/" . $_POST['return'] );
|
||||
if((x($_POST,'return')) && strlen($_POST['return']))
|
||||
goaway($a->get_baseurl() . "/" . $_POST['return'] );
|
||||
killme();
|
||||
// NOTREACHED
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue