mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2024-12-27 02:12:50 +00:00
Return an array for count()
This commit is contained in:
parent
dffe7c53c3
commit
bfee41b26d
@ -106,10 +106,8 @@ class ModWeblinksHelper
|
||||
$item->link = $item->url;
|
||||
}
|
||||
}
|
||||
|
||||
return $items;
|
||||
}
|
||||
|
||||
return;
|
||||
return $items;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user