mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2024-12-28 10:40:47 +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;
|
$item->link = $item->url;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
return $items;
|
return $items;
|
||||||
}
|
}
|
||||||
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user