0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-12-22 16:31:53 +00:00

Don't have mute error handler be private.

Signed-off-by: Edward Z. Yang <edwardzyang@thewritingpot.com>
This commit is contained in:
Edward Z. Yang 2009-05-29 17:59:30 -04:00
parent 4a87f732ca
commit 777781a95c
2 changed files with 2 additions and 1 deletions

1
NEWS
View File

@ -39,6 +39,7 @@ NEWS ( CHANGELOG and HISTORY ) HTMLPurifier
%Attr.ForbiddenClasses, which is the logical inverse. %Attr.ForbiddenClasses, which is the logical inverse.
- Fix bug where URIDefinition would not get cleared if it's directives got - Fix bug where URIDefinition would not get cleared if it's directives got
changed. changed.
- Fix fatal error in HTMLPurifier_Encoder on certain platforms (probably NetBSD 5.0)
. Created script maintenance/rename-config.php for renaming a configuration . Created script maintenance/rename-config.php for renaming a configuration
directive while maintaining its alias. This script does not change source code. directive while maintaining its alias. This script does not change source code.
. Implement namespace locking for definition construction, to prevent . Implement namespace locking for definition construction, to prevent

View File

@ -17,7 +17,7 @@ class HTMLPurifier_Encoder
/** /**
* Error-handler that mutes errors, alternative to shut-up operator. * Error-handler that mutes errors, alternative to shut-up operator.
*/ */
private static function muteErrorHandler() {} public static function muteErrorHandler() {}
/** /**
* Cleans a UTF-8 string for well-formedness and SGML validity * Cleans a UTF-8 string for well-formedness and SGML validity