mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-07-31 19:30:21 +02:00
- Update TODO
- Fix bug in merge-library.php git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1547 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
@@ -43,7 +43,11 @@ $aliases = array(
|
||||
);
|
||||
htmlpurifier_parse_args($AC, $aliases);
|
||||
|
||||
// Calls generate-includes.php automatically
|
||||
shell_exec("php ../maintenance/merge-library.php");
|
||||
|
||||
// Not strictly necessary, but its a good idea
|
||||
shell_exec("php ../maintenance/generate-schema-cache.php");
|
||||
shell_exec('php ../maintenance/flush-definition-cache.php');
|
||||
|
||||
$test = new TestSuite('HTML Purifier Multiple Versions Test');
|
||||
|
Reference in New Issue
Block a user