fixed curly brace (opps)

Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
Roland Häder 2017-01-26 10:07:12 +01:00 committed by Roland Haeder
parent 6a3dc8b286
commit cc83e9d72a
No known key found for this signature in database
GPG Key ID: B72F8185C6C7BD78
1 changed files with 1 additions and 1 deletions

View File

@ -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];
}
}