Skip to content

Commit

Permalink
Fix versions admin search [close #77]
Browse files Browse the repository at this point in the history
  • Loading branch information
Septdir committed Jun 16, 2020
1 parent b291f93 commit 36ac077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion com_swjprojects/admin/models/versions.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ protected function getListQuery()
else
{
$sql = array();
$columns = array('version', 'v.joomla_version', 'v.tag', 'p.element', 't_p.title', 'ta_v.changelog');
$columns = array('v.tag', 'p.element', 't_p.title', 'ta_v.changelog');

foreach ($columns as $column)
{
Expand Down

0 comments on commit 36ac077

Please sign in to comment.