1
0
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:
Thomas Tanghus 2013-04-26 16:54:18 +02:00
parent 4610367d8d
commit b28796e93d

View File

@ -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();
}
/**