changed component table name to joomla-component to add history/version tracking back to components
This commit is contained in:
@ -196,8 +196,8 @@ class ComponentbuilderModelSite_view extends JModelAdmin
|
||||
// Select some fields
|
||||
$query->select('a.*');
|
||||
|
||||
// From the componentbuilder_component table
|
||||
$query->from($db->quoteName('#__componentbuilder_component', 'a'));
|
||||
// From the componentbuilder_joomla_component table
|
||||
$query->from($db->quoteName('#__componentbuilder_joomla_component', 'a'));
|
||||
|
||||
// Join over the asset groups.
|
||||
$query->select('ag.title AS access_level');
|
||||
|
Reference in New Issue
Block a user