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 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