Return an array for count()

This commit is contained in:
ReLater 2021-02-17 15:27:23 +01:00 committed by GitHub
parent dffe7c53c3
commit bfee41b26d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -106,10 +106,8 @@ class ModWeblinksHelper
$item->link = $item->url;
}
}
return $items;
}
return;
return $items;
}
}