Fixed includes of filter type in FilterCmptLib when it is declared in an extension

This commit is contained in:
Paolo
2022-07-12 14:09:17 +02:00
parent f7e057d7db
commit ae70dbcb64
4 changed files with 12 additions and 5 deletions
+1 -1
View File
@@ -142,7 +142,7 @@ class FilterCmptLib
}
else
{
$filePath = findResource(APPPATH.'components/extensions/', $this->_filterType, true);
$filePath = findResource(APPPATH.'components/extensions/', $this->_filterType, true, 'filters');
if (!isEmptyString($filePath)) require_once($filePath);
}