Added strtolower for category type
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
@@ -553,8 +553,8 @@ class Helper
|
||||
'license' => trans('general.license'),
|
||||
];
|
||||
|
||||
if($selection != null){
|
||||
return $category_types[$selection];
|
||||
if ($selection != null){
|
||||
return $category_types[strtolower($selection)];
|
||||
}
|
||||
else
|
||||
return $category_types;
|
||||
|
||||
Reference in New Issue
Block a user