1
0
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:
jbtbnl 2015-01-20 14:07:54 +01:00 committed by Thomas Müller
parent 3c3ffe2acb
commit d003da6838

View File

@ -213,8 +213,7 @@ Class Properties {
* @return string
*/
public static function generateUID() {
$uuid = UUIDUtil::getUUID();
return $uuid . '@' . \OCP\Util::getServerHostName();
return UUIDUtil::getUUID();
}
/**