Merge branch 'master' of ssh://git.kolab.org/git/roundcube
This commit is contained in:
commit
a525da41b4
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ class kolab_storage_folder
|
||||||
}
|
}
|
||||||
|
|
||||||
// generate a folder UID and set it to IMAP
|
// generate a folder UID and set it to IMAP
|
||||||
$uid = rtrim(chunk_split(md5($this->name . $this->get_owner()), 12, '-'), '-');
|
$uid = rtrim(chunk_split(md5($this->name . $this->get_owner() . uniqid('-', true)), 12, '-'), '-');
|
||||||
$this->set_uid($uid);
|
$this->set_uid($uid);
|
||||||
|
|
||||||
return $uid;
|
return $uid;
|
||||||
|
|
Loading…
Add table
Reference in a new issue