]> git.mxchange.org Git - friendica.git/commitdiff
typo found in the php.logs
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 24 Mar 2013 08:37:11 +0000 (09:37 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 24 Mar 2013 08:37:11 +0000 (09:37 +0100)
mod/item.php

index cca40e3a0216de1fcc955349a0175cb4ae3fbe44..ab4a989ecf6e639204eb301d65dfe37dac371f0f 100644 (file)
@@ -971,7 +971,7 @@ function item_content(&$a) {
                if (is_ajax()){
                        // ajax return: [<item id>, 0 (no perm) | <owner id>] 
                        echo json_encode(array(intval($a->argv[2]), intval($o)));
-                       kllme();
+                       killme();
                }
        }
        return $o;