mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2025-01-26 22:08:27 +00:00
Prevent trashed web links from being displayed by default
This commit is contained in:
parent
52406b258a
commit
4d8a5c532d
@ -210,7 +210,7 @@ class WeblinksModel extends ListModel
|
||||
}
|
||||
|
||||
// Filter by published state
|
||||
$published = $this->getState('filter.published');
|
||||
$published = (string) $this->getState('filter.published');
|
||||
|
||||
if (is_numeric($published))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user