Skip to content

Commit

Permalink
Update method call.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Feb 21, 2014
1 parent 0c7a6f4 commit 52db258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/Vfs/lib/Horde/Vfs/Kolab.php
Expand Up @@ -43,7 +43,7 @@ public function read($path, $name)
$object = $handler->getObject($uid);

if (isset($object['_attachments'][$name])) {
return $handler->getAttachment($object['_attachments'][$name]['key']);
return $handler->getAttachment($uid, $object['_attachments'][$name]['key']);
}
}

Expand Down

0 comments on commit 52db258

Please sign in to comment.