diff --git a/mod/item.php b/mod/item.php index cca40e3a02..ab4a989ecf 100644 --- a/mod/item.php +++ b/mod/item.php @@ -971,7 +971,7 @@ function item_content(&$a) { if (is_ajax()){ // ajax return: [, 0 (no perm) | ] echo json_encode(array(intval($a->argv[2]), intval($o))); - kllme(); + killme(); } } return $o;