Skip to content

Commit

Permalink
Add tag description extract to administrator tags view (#23057)
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Taylor authored and Michael Babker committed Nov 17, 2018
1 parent e018f17 commit 2efbbc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion administrator/components/com_tags/models/tags.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ protected function getListQuery()
$query->select(
$this->getState(
'list.select',
'a.id, a.title, a.alias, a.note, a.published, a.access' .
'a.id, a.title, a.alias, a.note, a.published, a.access, a.description' .
', a.checked_out, a.checked_out_time, a.created_user_id' .
', a.path, a.parent_id, a.level, a.lft, a.rgt' .
', a.language'
Expand Down

0 comments on commit 2efbbc6

Please sign in to comment.