Reset 'synclock' flag in _sync_unlock(), so the query isn't executed in shutdown function when not needed
This commit is contained in:
parent
4c6117ab67
commit
fbcf125418
1 changed files with 2 additions and 0 deletions
|
@ -680,6 +680,8 @@ class kolab_storage_cache
|
|||
$this->resource_uri,
|
||||
'lock'
|
||||
);
|
||||
|
||||
$this->synclock = false;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue