1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-07-31 19:30:21 +02:00

Minor updates to Config and TODO items thereof.

Signed-off-by: Edward Z. Yang <edwardzyang@thewritingpot.com>
This commit is contained in:
Edward Z. Yang
2009-05-29 18:03:57 -04:00
parent 809da84ae1
commit a025203b18
2 changed files with 12 additions and 3 deletions

View File

@@ -543,6 +543,7 @@ class HTMLPurifier_Config
*/
public function finalize() {
$this->finalized = true;
unset($this->parser);
}
/**