Skip to content

Commit

Permalink
Use protected method
Browse files Browse the repository at this point in the history
  • Loading branch information
photodude committed May 25, 2015
1 parent 3402474 commit 126c7d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion administrator/components/com_users/models/users.php
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ protected function getListQuery()
*
* @return string Groups titles imploded :$
*/
public function _getUserDisplayedGroups($user_id)
protected function _getUserDisplayedGroups($user_id)
{
$db = JFactory::getDbo();
$query = "SELECT title FROM " . $db->quoteName('#__usergroups') . " ug left join " .
Expand Down

0 comments on commit 126c7d1

Please sign in to comment.