mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-31 20:52:17 +01:00
Make UID generation conform to UUID standard
This commit is contained in:
parent
3c3ffe2acb
commit
d003da6838
@ -213,8 +213,7 @@ Class Properties {
|
||||
* @return string
|
||||
*/
|
||||
public static function generateUID() {
|
||||
$uuid = UUIDUtil::getUUID();
|
||||
return $uuid . '@' . \OCP\Util::getServerHostName();
|
||||
return UUIDUtil::getUUID();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user