sforkowany z mirror/friendica
Fix Notice: " Undefined index: urls in /src/Worker/UpdateServerDirectory.php on line 64"
rodzic
e033bcd2d3
commit
cdf8a2f374
|
@ -61,6 +61,9 @@ class UpdateServerDirectory
|
|||
|
||||
$urls = [];
|
||||
foreach ($contacts['entry'] as $entry) {
|
||||
if (empty($entry['urls'])) {
|
||||
continue;
|
||||
}
|
||||
foreach ($entry['urls'] as $url_entry) {
|
||||
if (empty($url_entry['type']) || empty($url_entry['value'])) {
|
||||
continue;
|
||||
|
|
Ładowanie…
Reference in New Issue