mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-03-23 14:27:02 +00:00
Explicitly initialize anonModule to null.
Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
This commit is contained in:
parent
bcfbb8338c
commit
35b1fbce01
1
NEWS
1
NEWS
@ -14,6 +14,7 @@ NEWS ( CHANGELOG and HISTORY ) HTMLPurifier
|
|||||||
to http. Reported by Neike Taika-Tessaro.
|
to http. Reported by Neike Taika-Tessaro.
|
||||||
- Color keywords are now case insensitive. Thanks Yzmir Ramirez
|
- Color keywords are now case insensitive. Thanks Yzmir Ramirez
|
||||||
<yramirez-htmlpurifier@adicio.com> for reporting.
|
<yramirez-htmlpurifier@adicio.com> for reporting.
|
||||||
|
- Explicitly initialize anonModule variable to null.
|
||||||
|
|
||||||
4.3.0, released 2011-03-27
|
4.3.0, released 2011-03-27
|
||||||
# Fixed broken caching of customized raw definitions, but requires an
|
# Fixed broken caching of customized raw definitions, but requires an
|
||||||
|
@ -147,7 +147,7 @@ class HTMLPurifier_HTMLDefinition extends HTMLPurifier_Definition
|
|||||||
return $this->_anonModule;
|
return $this->_anonModule;
|
||||||
}
|
}
|
||||||
|
|
||||||
private $_anonModule;
|
private $_anonModule = null;
|
||||||
|
|
||||||
|
|
||||||
// PUBLIC BUT INTERNAL VARIABLES --------------------------------------
|
// PUBLIC BUT INTERNAL VARIABLES --------------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user