mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-07-30 19:00:10 +02:00
Bring Null's flush() interface inline with parent.
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1263 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
@@ -24,7 +24,7 @@ class HTMLPurifier_DefinitionCache_Null extends HTMLPurifier_DefinitionCache
|
||||
return false;
|
||||
}
|
||||
|
||||
function flush() {
|
||||
function flush($config) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user