the right class...

This commit is contained in:
Shish 2010-05-28 13:36:36 +01:00
parent 3ab35d4d9d
commit ee407dd9cb

View File

@ -29,7 +29,7 @@ class AddImageHashBanEvent extends Event {
} }
} }
// }}} // }}}
class ImageBan implements Extension { class ImageBan extends SimpleExtension {
public function onInitExt(InitExtEvent $event) { public function onInitExt(InitExtEvent $event) {
global $config, $database; global $config, $database;
if($config->get_int("ext_imageban_version") < 1) { if($config->get_int("ext_imageban_version") < 1) {