fixed curly brace (opps)
Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
parent
6a3dc8b286
commit
cc83e9d72a
1 changed files with 1 additions and 1 deletions
|
@ -1245,7 +1245,7 @@ class ostatus {
|
||||||
"title", "attach", "app", "type", "location", "contact-id", "uri");
|
"title", "attach", "app", "type", "location", "contact-id", "uri");
|
||||||
foreach ($copy_fields AS $field) {
|
foreach ($copy_fields AS $field) {
|
||||||
if (isset($item[$field])) {
|
if (isset($item[$field])) {
|
||||||
$arr[$field] = $item[$field]; {
|
$arr[$field] = $item[$field];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue