Skip to content

Commit

Permalink
Added spaces for line 400
Browse files Browse the repository at this point in the history
  • Loading branch information
nadeeshaan committed Aug 13, 2014
1 parent cc83491 commit 27fa01e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/joomla/user/user.php
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ public function getAuthorisedCategories($component, $action)

$query = $db->getQuery(true)
->select('c.id AS id, a.name AS asset_name')
->from('('.$subQuery->__toString().') AS c')
->from('(' . $subQuery->__toString() . ') AS c')
->join('INNER', '#__assets AS a ON c.asset_id = a.id');
$db->setQuery($query);
$allCategories = $db->loadObjectList('id');
Expand Down

0 comments on commit 27fa01e

Please sign in to comment.