better check, thanks to timbalu
This commit is contained in:
parent
b7dff39d5d
commit
1a8f5b15c8
@ -105,7 +105,7 @@ class serendipity_event_statistics extends serendipity_event
|
||||
$this->createTables();
|
||||
}
|
||||
|
||||
if ($this->get_config('db_indices_created', 'false') !== '1') {
|
||||
if ((int)$this->get_config('db_indices_created', '0') == 0) {
|
||||
$this->updateTables();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user