提交的内容
This commit is contained in:
2
vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCacheFactory.php
vendored
Executable file → Normal file
2
vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCacheFactory.php
vendored
Executable file → Normal file
@ -71,7 +71,7 @@ class HTMLPurifier_DefinitionCacheFactory
|
||||
return $this->caches[$method][$type];
|
||||
}
|
||||
if (isset($this->implementations[$method]) &&
|
||||
class_exists($class = $this->implementations[$method], false)) {
|
||||
class_exists($class = $this->implementations[$method])) {
|
||||
$cache = new $class($type);
|
||||
} else {
|
||||
if ($method != 'Serializer') {
|
||||
|
||||
Reference in New Issue
Block a user