From: Tobias Diekershoff Date: Sun, 24 Mar 2013 08:37:11 +0000 (+0100) Subject: typo found in the php.logs X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4ee23069adba23a78b81bf636b9adeddc9212722;p=friendica.git typo found in the php.logs --- 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;