mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-11-29 11:24:11 +01:00
Contacts: Namespace fix
This commit is contained in:
parent
4610367d8d
commit
b28796e93d
@ -187,7 +187,7 @@ Class Properties {
|
||||
}
|
||||
|
||||
public static function generateUID($app = 'contacts') {
|
||||
return date('Ymd\\THis') . '.' . time(). '@' . OCP\Util::getServerHostName();
|
||||
return date('Ymd\\THis') . '.' . time(). '@' . \OCP\Util::getServerHostName();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user