mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2025-02-10 05:08:29 +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
|
// Filter by published state
|
||||||
$published = $this->getState('filter.published');
|
$published = (string) $this->getState('filter.published');
|
||||||
|
|
||||||
if (is_numeric($published))
|
if (is_numeric($published))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user