1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-08-11 00:24:03 +02:00

Remove decorator pattern from validator; we'll only have one decorator which invokes the subsystem.

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1586 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang
2008-03-02 02:57:31 +00:00
parent fa6b6fe85f
commit d81bcbd208
10 changed files with 87 additions and 99 deletions

View File

@@ -17,7 +17,7 @@ function e($cmd) {
echo "\n";
}
e('php flush-definition-cache.php');
e('php generate-includes.php');
e('php flush-definition-cache.php');
e('php generate-schema-cache.php');
e('php generate-standalone.php');