From: Roland Häder Date: Thu, 26 Jan 2017 09:07:12 +0000 (+0100) Subject: fixed curly brace (opps) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=cc83e9d72a004c1f033f6587eb6d6a38bf8ada2b;p=friendica.git fixed curly brace (opps) Signed-off-by: Roland Häder --- diff --git a/include/ostatus.php b/include/ostatus.php index 2aca1c07d5..d20e4cb4fd 100644 --- a/include/ostatus.php +++ b/include/ostatus.php @@ -1245,7 +1245,7 @@ class ostatus { "title", "attach", "app", "type", "location", "contact-id", "uri"); foreach ($copy_fields AS $field) { if (isset($item[$field])) { - $arr[$field] = $item[$field]; { + $arr[$field] = $item[$field]; } }