Skip to content

Commit

Permalink
and trigger the update...
Browse files Browse the repository at this point in the history
  • Loading branch information
shish committed Jul 28, 2012
1 parent acf285b commit 7e8cf48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/ipban/main.php
Expand Up @@ -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();
Expand Down

0 comments on commit 7e8cf48

Please sign in to comment.