mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-17 05:48:49 +00:00
Removed braces ...
Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
parent
50d82f4004
commit
f1f72b780a
1 changed files with 1 additions and 1 deletions
|
@ -440,7 +440,7 @@ function fromgplus_handleattachments($a, $uid, $item, $displaytext, $shared) {
|
|||
return add_page_info_data($pagedata);
|
||||
}
|
||||
|
||||
return ($post . $quote);
|
||||
return $post . $quote;
|
||||
}
|
||||
|
||||
function fromgplus_fetch($a, $uid) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue