mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-01-29 12:38:11 +01:00
Autoloading must be skipped while checking for php builtin class.
This commit is contained in:
parent
6d50e5282a
commit
b45c6f5363
@ -96,7 +96,7 @@ class HTMLPurifier_Lexer
|
||||
break;
|
||||
}
|
||||
|
||||
if (class_exists('DOMDocument') &&
|
||||
if (class_exists('DOMDocument', false) &&
|
||||
method_exists('DOMDocument', 'loadHTML') &&
|
||||
!extension_loaded('domxml')
|
||||
) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user