Removed braces ...

Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
Roland Häder 2018-07-06 22:49:09 +02:00
parent 50d82f4004
commit f1f72b780a
No known key found for this signature in database
GPG key ID: B72F8185C6C7BD78

View file

@ -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) {