and trigger the update...

This commit is contained in:
Shish 2012-07-28 11:59:11 +01:00
parent acf285bd68
commit 7e8cf48b08

View File

@ -40,7 +40,7 @@ class IPBan extends Extension {
public function onInitExt(InitExtEvent $event) {
global $config;
if($config->get_int("ext_ipban_version") < 5) {
if($config->get_int("ext_ipban_version") < 8) {
$this->install();
}
$this->check_ip_ban();