Merge pull request #653 from tobiasd/typo_itemphp
typo found in the php logs
This commit is contained in:
commit
316b93f9e3
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user