Skip to content

Commit

Permalink
Merge pull request #21 from wilsonge/patch-5
Browse files Browse the repository at this point in the history
Remove some lines
  • Loading branch information
Hackwar committed Oct 5, 2016
2 parents c4d5c8c + 6f304fe commit 5d0a513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/cms/menu/site.php
Expand Up @@ -69,7 +69,7 @@ public function load()
$db = $this->db;
$query = $db->getQuery(true)
->select('m.id, m.menutype, m.title, m.alias, m.note, m.path AS route, m.link, m.type, m.level, m.language')
->select($db->quoteName('m.browserNav') . ', m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id, m.lft, m.rgt')
->select($db->quoteName('m.browserNav') . ', m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id')
->select('e.element as component')
->from('#__menu AS m')
->join('LEFT', '#__extensions AS e ON m.component_id = e.extension_id')
Expand Down

0 comments on commit 5d0a513

Please sign in to comment.