diff --git a/htdocs/categories/class/categorie.class.php b/htdocs/categories/class/categorie.class.php index 12ae532e6d2..adf26d2b5d6 100644 --- a/htdocs/categories/class/categorie.class.php +++ b/htdocs/categories/class/categorie.class.php @@ -1979,7 +1979,7 @@ class Categorie extends CommonObject * @param Array $searchList A list with the selected categories * @return string A additional SQL SELECT query */ - public static function getFilterSelectQuery($type, $rowIdName, $searchList) + public static function getFilterSelectQuery($type, $rowIdName, $searchList) { if (empty($searchList) && !is_array($searchList)) { diff --git a/htdocs/core/class/html.formcategory.class.php b/htdocs/core/class/html.formcategory.class.php index 312ec50b67a..4dd8bed247b 100644 --- a/htdocs/core/class/html.formcategory.class.php +++ b/htdocs/core/class/html.formcategory.class.php @@ -55,4 +55,4 @@ class FormCategory extends Form return $filter; } -} \ No newline at end of file +}