* Fix bug.
This commit is contained in:
@@ -1347,9 +1347,12 @@ class baseFixer
|
||||
{
|
||||
global $config;
|
||||
|
||||
foreach($this->rawconfig as $field => $fieldConfig)
|
||||
if(!empty($this->rawconfig))
|
||||
{
|
||||
if(isset($fieldConfig['control']) && $fieldConfig['control'] == 'editor') $this->stripTags($field, $config->allowedTags);
|
||||
foreach($this->rawconfig as $field => $fieldConfig)
|
||||
{
|
||||
if(isset($fieldConfig['control']) && $fieldConfig['control'] == 'editor') $this->stripTags($field, $config->allowedTags);
|
||||
}
|
||||
}
|
||||
|
||||
$fields = str_replace(' ', '', trim($fields));
|
||||
|
||||
Reference in New Issue
Block a user