Fix: The calculation of unseen circles can now be deactivated again
This commit is contained in:
parent
eb50618fe8
commit
174fa49b23
6 changed files with 21 additions and 10 deletions
10
update.php
10
update.php
|
@ -1388,5 +1388,15 @@ function update_1531()
|
|||
}
|
||||
DBA::close($threads);
|
||||
|
||||
return Update::SUCCESS;
|
||||
}
|
||||
|
||||
function update_1535()
|
||||
{
|
||||
if (DI::config()->get('system', 'compute_group_counts')) {
|
||||
DI::config()->set('system', 'compute_circle_counts', true);
|
||||
}
|
||||
DI::config()->delete('system', 'compute_group_counts');
|
||||
|
||||
return Update::SUCCESS;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue