Merge branch 'master' of ssh://git.kolab.org/git/roundcube

This commit is contained in:
Aleksander Machniak 2013-11-21 15:12:51 +01:00
commit a525da41b4

View file

@ -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;