ajax comments
This commit is contained in:
@@ -492,6 +492,9 @@ function item_post(&$a) {
|
||||
|
||||
if((x($_POST,'return')) && strlen($_POST['return']))
|
||||
goaway($a->get_baseurl() . "/" . $_POST['return'] );
|
||||
|
||||
$json = array('success' => 1);
|
||||
echo json_encode($json);
|
||||
killme();
|
||||
// NOTREACHED
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user