diff options
author | Frank Karlitschek <frank@owncloud.org> | 2012-06-01 12:15:03 +0200 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2012-06-01 12:15:03 +0200 |
commit | 93295994dc951e02405930dfbe8eca18bb4d9b07 (patch) | |
tree | 8fd0c4151fcf73acf0e4d55729b4574a17232ce7 /lib/vcategories.php | |
parent | a2b41a140ea7e29c27261b264dd39c21170f3fa7 (diff) | |
download | nextcloud-server-93295994dc951e02405930dfbe8eca18bb4d9b07.tar.gz nextcloud-server-93295994dc951e02405930dfbe8eca18bb4d9b07.zip |
fix oc-769
Diffstat (limited to 'lib/vcategories.php')
-rw-r--r-- | lib/vcategories.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vcategories.php b/lib/vcategories.php index d6351e2858c..ddcec1b6a4e 100644 --- a/lib/vcategories.php +++ b/lib/vcategories.php @@ -136,7 +136,7 @@ class OC_VCategories { if(!is_null($vobject)) { $this->loadFromVObject($vobject, $sync); } else { - OC_Log::write('core','OC_VCategories::rescan, unable to parse. ID: '.$value[0].', '.substr($value[1], 0, 50).'(...)', OC_Log::DEBUG); + OC_Log::write('core','OC_VCategories::rescan, unable to parse. ID: '.', '.substr($object, 0, 100).'(...)', OC_Log::DEBUG); } } $this->save(); |