Fixed a method from public to protected status error. All other changes are only random variable name and date changes (due to automation)

This commit is contained in:
2016-02-26 14:46:15 +02:00
parent fa199947d2
commit 2ecf186846
62 changed files with 1766 additions and 1766 deletions

View File

@ -179,7 +179,7 @@ class ComponentbuilderModelFields extends JModelList
*
* @return translatable string
*/
public function selectionTranslation($value,$name)
protected function selectionTranslation($value,$name)
{
// Array of datatype language strings
if ($name == 'datatype')
@ -515,7 +515,7 @@ class ComponentbuilderModelFields extends JModelList
* @return a bool
*
*/
public function checkInNow()
protected function checkInNow()
{
// Get set check in time
$time = JComponentHelper::getParams('com_componentbuilder')->get('check_in');