From 4ee23069adba23a78b81bf636b9adeddc9212722 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 24 Mar 2013 09:37:11 +0100 Subject: [PATCH] typo found in the php.logs --- mod/item.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;