mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-12915 - fixed require of removed file
merged from MOODLE_19_STABLE
This commit is contained in:
parent
7ffcbfe152
commit
16ca2da3d6
1 changed files with 1 additions and 1 deletions
|
@ -15,4 +15,4 @@ class HTMLPurifier_AttrDef_URI_Email extends HTMLPurifier_AttrDef
|
||||||
}
|
}
|
||||||
|
|
||||||
// sub-implementations
|
// sub-implementations
|
||||||
require_once 'HTMLPurifier/AttrDef/URI/Email/SimpleCheck.php';
|
//moodlefix require_once 'HTMLPurifier/AttrDef/URI/Email/SimpleCheck.php';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue