Show matching folders when filtering CMS objects. Ref #1466

This commit is contained in:
flynsarmy 2015-10-05 12:12:11 +10:00
parent 3a7e1d6d31
commit 3e37c9307f

View File

@ -304,7 +304,8 @@ class TemplateList extends WidgetBase
return true;
}
}
elseif (Str::$operator(Str::lower($item->fileName), $word)) {
if (Str::$operator(Str::lower($item->fileName), $word)) {
return true;
}