summaryrefslogtreecommitdiffstats
path: root/apps/contacts/lib/vcard.php
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2012-07-21 00:42:21 +0200
committerThomas Tanghus <thomas@tanghus.net>2012-07-21 00:43:01 +0200
commit06b5e05c86d29de51a18f13e1d44787a3021a8f0 (patch)
treed9cffdc98e3b76f7d45d39a410e86e06215cf750 /apps/contacts/lib/vcard.php
parent8a19e134df09dd9a3e49736489f28ad0aee79803 (diff)
downloadnextcloud-server-06b5e05c86d29de51a18f13e1d44787a3021a8f0.tar.gz
nextcloud-server-06b5e05c86d29de51a18f13e1d44787a3021a8f0.zip
Damn, that Jenkins dude is tough ;)
Diffstat (limited to 'apps/contacts/lib/vcard.php')
-rw-r--r--apps/contacts/lib/vcard.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/contacts/lib/vcard.php b/apps/contacts/lib/vcard.php
index 6b9a4c04f1e..ca171e792fc 100644
--- a/apps/contacts/lib/vcard.php
+++ b/apps/contacts/lib/vcard.php
@@ -212,7 +212,7 @@ class OC_Contacts_VCard{
// Add version if needed
if($version && $version < '3.0') {
$upgrade = true;
- OCP\Util::writeLog('contacts', 'OC_Contacts_VCard::updateValuesFromAdd. Updating from version: '.$version,OCP\Util::DEBUG);
+ OCP\Util::writeLog('contacts', 'OC_Contacts_VCard::updateValuesFromAdd. Updating from version: '.$version, OCP\Util::DEBUG);
}
foreach($vcard->children as &$property){
// Decode string properties and remove obsolete properties.