mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2025-01-14 08:30:37 +00:00
Return empty array on failure
This commit is contained in:
parent
bfee41b26d
commit
95d0f86f1e
@ -106,8 +106,10 @@ class ModWeblinksHelper
|
||||
$item->link = $item->url;
|
||||
}
|
||||
}
|
||||
|
||||
return $items;
|
||||
}
|
||||
|
||||
return $items;
|
||||
return array();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user