Index: trunk/extensions/SpamBlacklist/SpamBlacklistHooks.php |
— | — | @@ -164,5 +164,6 @@ |
165 | 165 | foreach ( BaseBlacklist::getBlacklistTypes() as $type => $class ) { |
166 | 166 | $wgMemc->delete( "$wgDBname:{$type}_blacklist_regexes" ); |
167 | 167 | } |
| 168 | + return true; |
168 | 169 | } |
169 | 170 | } |