30
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2024-06-09 09:42:24 +00:00

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

View File

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