зеркало из https://github.com/nextcloud/server.git
also clear cached users when removing a single backend
This commit is contained in:
Родитель
2a82964830
Коммит
0ce2b2708c
|
@ -57,6 +57,7 @@ class Manager extends PublicEmitter {
|
|||
* @param \OC_User_Backend $backend
|
||||
*/
|
||||
public function removeBackend($backend) {
|
||||
$this->cachedUsers = array();
|
||||
if (($i = array_search($backend, $this->backends)) !== false) {
|
||||
unset($this->backends[$i]);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче