typo found in the php.logs

pull/653/head
Tobias Diekershoff 2013-03-24 09:37:11 +01:00
rodzic d921ca26d0
commit 4ee23069ad
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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