mirror of
https://github.com/friendica/friendica
synced 2024-11-10 06:22:53 +00:00
Incorrect return type
This commit is contained in:
parent
f2758d00fb
commit
ca73ec5cbb
1 changed files with 1 additions and 1 deletions
|
@ -4594,7 +4594,7 @@ api_register_func('api/friendica/remoteauth', 'api_friendica_remoteauth', true);
|
|||
* @brief Return the item shared, if the item contains only the [share] tag
|
||||
*
|
||||
* @param array $item Sharer item
|
||||
* @return array Shared item or false if not a reshare
|
||||
* @return array|false Shared item or false if not a reshare
|
||||
*/
|
||||
function api_share_as_retweet(&$item)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue