mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2024-11-13 00:06:30 +00:00
Remove redundant column from SQL
This commit is contained in:
parent
32e2762578
commit
3f15c60950
@ -87,7 +87,7 @@ class WeblinksHelper
|
||||
|
||||
$model->setState(
|
||||
'list.select',
|
||||
'a.*, c.description AS c_description, c.published AS c_published,' . $case_when1 . ',' . $case_when2 . ', a.created'
|
||||
'a.*, c.description AS c_description, c.published AS c_published,' . $case_when1 . ',' . $case_when2
|
||||
);
|
||||
|
||||
$model->setState('filter.c.published', 1);
|
||||
|
Loading…
Reference in New Issue
Block a user