mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-11-28 10:24:11 +01:00
Make UID generation conform to UUID standard
This commit is contained in:
parent
068afac460
commit
d363f85455
@ -213,8 +213,7 @@ Class Properties {
|
|||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
public static function generateUID() {
|
public static function generateUID() {
|
||||||
$uuid = UUIDUtil::getUUID();
|
return UUIDUtil::getUUID();
|
||||||
return $uuid . '@' . \OCP\Util::getServerHostName();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user