Trying to remove random variable changes per/build, or at least to cut it down in a major way.
This commit is contained in:
@ -295,7 +295,7 @@ class ComponentbuilderViewDynamic_gets extends JViewLegacy
|
||||
);
|
||||
}
|
||||
|
||||
public function getTheMain_sourceSelections()
|
||||
protected function getTheMain_sourceSelections()
|
||||
{
|
||||
// Get a db connection.
|
||||
$db = JFactory::getDbo();
|
||||
@ -331,7 +331,7 @@ class ComponentbuilderViewDynamic_gets extends JViewLegacy
|
||||
return false;
|
||||
}
|
||||
|
||||
public function getTheGettypeSelections()
|
||||
protected function getTheGettypeSelections()
|
||||
{
|
||||
// Get a db connection.
|
||||
$db = JFactory::getDbo();
|
||||
|
Reference in New Issue
Block a user