Skip to content

Commit

Permalink
Update administrator/components/com_menus/models/items.php
Browse files Browse the repository at this point in the history
  • Loading branch information
TBK0000 committed Dec 5, 2011
1 parent 17b0b91 commit 30d0305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion administrator/components/com_menus/models/items.php
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ protected function getListQuery()
$query->join('LEFT', '`#__languages` AS l ON l.lang_code = a.language');

// Join over the users.
$query->select('u.name AS editor');
$query->select('CONCAT_WS(' ', u.firstname, u.middlename, u.surname) AS editor');
$query->join('LEFT', '`#__users` AS u ON u.id = a.checked_out');

//Join over components
Expand Down

0 comments on commit 30d0305

Please sign in to comment.