mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-23 18:02:18 +00:00
Fixed includes of filter type in FilterCmptLib when it is declared in an extension
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user