Fix: The calculation of unseen circles can now be deactivated again
This commit is contained in:
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;
|
||||
}
|
||||
Reference in New Issue
Block a user