Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
hubzilla
core
Commits
3f488e98
Commit
3f488e98
authored
Jun 14, 2017
by
Mario
Browse files
fix illegal offset type warning
parent
54e07389
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/connections.php
View file @
3f488e98
...
...
@@ -634,8 +634,8 @@ function get_vcard_array($vc,$id) {
'address'
=>
$adr
->
getParts
()
];
$last_entry
=
end
(
$adrs
);
if
(
$
adrs
[
$
last_entry
]
[
'address'
])
array_walk
(
$
adrs
[
$
last_entry
]
[
'address'
],
'array_escape_tags'
);
if
(
$last_entry
[
'address'
])
array_walk
(
$last_entry
[
'address'
],
'array_escape_tags'
);
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment