mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 01:25:01 +02:00
Consolidate parsing classes into single file.
This commit is contained in:
@@ -571,7 +571,7 @@ class listclass
|
||||
$tp = e107::getParser();
|
||||
if (!is_object($parser->e_pf))
|
||||
{
|
||||
require_once(e_HANDLER.'profanity_filter.php');
|
||||
// require_once(e_HANDLER.'profanity_filter.php');
|
||||
$parser->e_pf = new e_profanityFilter;
|
||||
}
|
||||
foreach ($listArray as $k => $v)
|
||||
|
Reference in New Issue
Block a user