blah
This commit is contained in:
parent
d3dd2f7738
commit
a378f7f73b
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ class Blotter extends Extension
|
|||
log_info("blotter", "Installed tables for blotter extension.");
|
||||
$config->set_int("blotter_version", 2);
|
||||
}
|
||||
if ($config->get_int("blotter_version", 0) < 2) {
|
||||
if ($config->get_int("blotter_version") < 2) {
|
||||
$database->standardise_boolean("blotter", "important");
|
||||
$config->set_int("blotter_version", 2);
|
||||
}
|
||||
|
|
Reference in a new issue