Skip to content

Commit

Permalink
Update administrator/components/com_messages/models/messages.php
Browse files Browse the repository at this point in the history
  • Loading branch information
TBK0000 committed Dec 5, 2011
1 parent 30d0305 commit 8ca415b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion administrator/components/com_messages/models/messages.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ protected function getListQuery()
$this->getState(
'list.select',
'a.*, '.
'u.name AS user_from'
'CONCAT_WS(' ', u.firstname, u.middlename, u.surname) AS user_from'
)
);
$query->from('#__messages AS a');
Expand Down

0 comments on commit 8ca415b

Please sign in to comment.