Skip to content

Commit

Permalink
DISTINCT
Browse files Browse the repository at this point in the history
  • Loading branch information
alikon committed Apr 6, 2019
1 parent 40dea94 commit 8ecfe16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion administrator/components/com_fields/models/fields.php
Expand Up @@ -133,7 +133,7 @@ protected function getListQuery()
$query->select(
$this->getState(
'list.select',
'a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note' .
'DISTINCT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note' .
', a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language' .
', a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id' .
', a.label, a.description, a.required'
Expand Down

0 comments on commit 8ecfe16

Please sign in to comment.