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:
@ -49,7 +49,7 @@ class JFormFieldAdminviews extends JFormFieldList
|
||||
*
|
||||
* @since 3.2
|
||||
*/
|
||||
public function getInput()
|
||||
protected function getInput()
|
||||
{
|
||||
// see if we should add buttons
|
||||
$setButton = $this->getAttribute('button');
|
||||
|
@ -49,7 +49,7 @@ class JFormFieldArticles extends JFormFieldList
|
||||
*
|
||||
* @since 3.2
|
||||
*/
|
||||
public function getInput()
|
||||
protected function getInput()
|
||||
{
|
||||
// see if we should add buttons
|
||||
$setButton = $this->getAttribute('button');
|
||||
|
@ -49,7 +49,7 @@ class JFormFieldCustomadminviews extends JFormFieldList
|
||||
*
|
||||
* @since 3.2
|
||||
*/
|
||||
public function getInput()
|
||||
protected function getInput()
|
||||
{
|
||||
// see if we should add buttons
|
||||
$setButton = $this->getAttribute('button');
|
||||
|
@ -49,7 +49,7 @@ class JFormFieldCustomfilelist extends JFormFieldList
|
||||
*
|
||||
* @since 3.2
|
||||
*/
|
||||
public function getInput()
|
||||
protected function getInput()
|
||||
{
|
||||
// see if we should add buttons
|
||||
$setButton = $this->getAttribute('button');
|
||||
|
@ -49,7 +49,7 @@ class JFormFieldCustomfolderlist extends JFormFieldList
|
||||
*
|
||||
* @since 3.2
|
||||
*/
|
||||
public function getInput()
|
||||
protected function getInput()
|
||||
{
|
||||
// see if we should add buttons
|
||||
$setButton = $this->getAttribute('button');
|
||||
|
@ -49,7 +49,7 @@ class JFormFieldCustomgets extends JFormFieldList
|
||||
*
|
||||
* @since 3.2
|
||||
*/
|
||||
public function getInput()
|
||||
protected function getInput()
|
||||
{
|
||||
// see if we should add buttons
|
||||
$setButton = $this->getAttribute('button');
|
||||
|
@ -49,7 +49,7 @@ class JFormFieldDbtables extends JFormFieldList
|
||||
*
|
||||
* @since 3.2
|
||||
*/
|
||||
public function getInput()
|
||||
protected function getInput()
|
||||
{
|
||||
// see if we should add buttons
|
||||
$setButton = $this->getAttribute('button');
|
||||
|
@ -49,7 +49,7 @@ class JFormFieldDynamicgets extends JFormFieldList
|
||||
*
|
||||
* @since 3.2
|
||||
*/
|
||||
public function getInput()
|
||||
protected function getInput()
|
||||
{
|
||||
// see if we should add buttons
|
||||
$setButton = $this->getAttribute('button');
|
||||
|
@ -49,7 +49,7 @@ class JFormFieldFields extends JFormFieldList
|
||||
*
|
||||
* @since 3.2
|
||||
*/
|
||||
public function getInput()
|
||||
protected function getInput()
|
||||
{
|
||||
// see if we should add buttons
|
||||
$setButton = $this->getAttribute('button');
|
||||
|
@ -49,7 +49,7 @@ class JFormFieldFieldsmulti extends JFormFieldList
|
||||
*
|
||||
* @since 3.2
|
||||
*/
|
||||
public function getInput()
|
||||
protected function getInput()
|
||||
{
|
||||
// see if we should add buttons
|
||||
$setButton = $this->getAttribute('button');
|
||||
|
@ -49,7 +49,7 @@ class JFormFieldFieldtypes extends JFormFieldList
|
||||
*
|
||||
* @since 3.2
|
||||
*/
|
||||
public function getInput()
|
||||
protected function getInput()
|
||||
{
|
||||
// see if we should add buttons
|
||||
$setButton = $this->getAttribute('button');
|
||||
|
@ -49,7 +49,7 @@ class JFormFieldMaingets extends JFormFieldList
|
||||
*
|
||||
* @since 3.2
|
||||
*/
|
||||
public function getInput()
|
||||
protected function getInput()
|
||||
{
|
||||
// see if we should add buttons
|
||||
$setButton = $this->getAttribute('button');
|
||||
|
@ -49,7 +49,7 @@ class JFormFieldSiteviews extends JFormFieldList
|
||||
*
|
||||
* @since 3.2
|
||||
*/
|
||||
public function getInput()
|
||||
protected function getInput()
|
||||
{
|
||||
// see if we should add buttons
|
||||
$setButton = $this->getAttribute('button');
|
||||
|
@ -49,7 +49,7 @@ class JFormFieldSnippets extends JFormFieldList
|
||||
*
|
||||
* @since 3.2
|
||||
*/
|
||||
public function getInput()
|
||||
protected function getInput()
|
||||
{
|
||||
// see if we should add buttons
|
||||
$setButton = $this->getAttribute('button');
|
||||
|
Reference in New Issue
Block a user