mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 02:05:19 +02:00
"last-child" is not used anymore
This commit is contained in:
parent
2d66242b4f
commit
034d46196f
18 changed files with 6 additions and 105 deletions
|
@ -738,7 +738,6 @@ function item_post(App $a) {
|
|||
$datarray['gcontact-id'] = GContact::getId(["url" => $datarray['author-link'], "network" => $datarray['network'],
|
||||
"photo" => $datarray['author-avatar'], "name" => $datarray['author-name']]);
|
||||
$datarray['object'] = $object;
|
||||
$datarray['last-child'] = 1;
|
||||
|
||||
/*
|
||||
* These fields are for the convenience of plugins...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue