From 7e8cf48b085fe83a6f524668a6b11905734964ca Mon Sep 17 00:00:00 2001 From: Shish Date: Sat, 28 Jul 2012 11:59:11 +0100 Subject: [PATCH] and trigger the update... --- ext/ipban/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/ipban/main.php b/ext/ipban/main.php index fce032f8d..6a953c8d6 100644 --- a/ext/ipban/main.php +++ b/ext/ipban/main.php @@ -40,7 +40,7 @@ public function get_priority() {return 10;} 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();