1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-08-06 06:07:26 +02:00

[3.1.1] Further optimize ConfigSchema by eliminating stdclass when only type is set.

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1765 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang
2008-05-23 17:00:58 +00:00
parent 8ab30e24b7
commit 895141e0b5
3 changed files with 6 additions and 2 deletions

View File

@@ -43,6 +43,7 @@ class HTMLPurifier_ConfigSchema_Builder_ConfigSchema
);
}
}
$schema->postProcess();
return $schema;
}

File diff suppressed because one or more lines are too long