From f1f72b780ac7e4513eb3c94d2fd6cef063af5b52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20H=C3=A4der?= Date: Fri, 6 Jul 2018 22:49:09 +0200 Subject: [PATCH] Removed braces ... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- fromgplus/fromgplus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fromgplus/fromgplus.php b/fromgplus/fromgplus.php index 119d6721..da73b09a 100644 --- a/fromgplus/fromgplus.php +++ b/fromgplus/fromgplus.php @@ -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) {