kopia lustrzana https://github.com/friendica/friendica
typo found in the php.logs
rodzic
d921ca26d0
commit
4ee23069ad
|
@ -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;
|
||||||
|
|
Ładowanie…
Reference in New Issue