Trying to remove random variable changes per/build, or at least to cut it down in a major way.

This commit is contained in:
2016-02-26 15:57:30 +02:00
parent 2ecf186846
commit 15e3c82dd2
35 changed files with 1715 additions and 1674 deletions

View File

@ -341,7 +341,7 @@ class ComponentbuilderViewHelp_documents extends JViewLegacy
);
}
public function getTheTypeSelections()
protected function getTheTypeSelections()
{
// Get a db connection.
$db = JFactory::getDbo();
@ -377,7 +377,7 @@ class ComponentbuilderViewHelp_documents extends JViewLegacy
return false;
}
public function getTheLocationSelections()
protected function getTheLocationSelections()
{
// Get a db connection.
$db = JFactory::getDbo();
@ -413,7 +413,7 @@ class ComponentbuilderViewHelp_documents extends JViewLegacy
return false;
}
public function getTheAdmin_viewSelections()
protected function getTheAdmin_viewSelections()
{
// Get a db connection.
$db = JFactory::getDbo();
@ -445,7 +445,7 @@ class ComponentbuilderViewHelp_documents extends JViewLegacy
return false;
}
public function getTheSite_viewSelections()
protected function getTheSite_viewSelections()
{
// Get a db connection.
$db = JFactory::getDbo();