Skip to content

Commit

Permalink
[#27491] Fix JFormFieldFilters
Browse files Browse the repository at this point in the history
  • Loading branch information
realityking authored and chdemko committed Dec 23, 2011
1 parent e05ae12 commit 0068d5d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
15 changes: 5 additions & 10 deletions administrator/components/com_config/models/fields/filters.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php
/**
* @version $Id
* @package Joomla.Administrator
* @subpackage com_config
* @copyright Copyright (C) 2005 - 2011 Open Source Matters, Inc. All rights reserved.
Expand All @@ -9,24 +8,20 @@

defined('JPATH_BASE') or die;

jimport('joomla.html.html');
jimport('joomla.access.access');
jimport('joomla.form.formfield');

/**
* Text Filters class for the Joomla Framework.
* Text Filters form field.
*
* @package Joomla.Administrator
* @subpackage com_config
* @since 11.3
* @since 1.6
*/
class JFormFieldFilters extends JFormField
{
/**
* The form field type.
*
* @var string
* @since 11.3
* @since 1.6
*/
public $type = 'Filters';

Expand All @@ -36,7 +31,7 @@ class JFormFieldFilters extends JFormField
* TODO: Add access check.
*
* @return string The field input markup.
* @since 11.3
* @since 1.6
*/
protected function getInput()
{
Expand Down Expand Up @@ -107,7 +102,7 @@ protected function getInput()
* A helper to get the list of user groups.
*
* @return array
* @since 11.3
* @since 1.6
*/
protected function getUserGroups()
{
Expand Down
3 changes: 3 additions & 0 deletions installation/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ $ -> Language fix or change
- -> Removed
! -> Note

23-Dec-2011 Christophe Demko
# [#27491] Fix JFormFieldFilters (Rouven Weßling)

23-Dec-2011 Jean-Marie Simonet
# [#27486] Smart Search db errors on upgraded 1.7.2 to 2.5 b1. Thanks Michael
#$ Missing Smart Search translations
Expand Down

0 comments on commit 0068d5d

Please sign in to comment.