Skip to content

Commit

Permalink
Fix API.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Nov 16, 2015
1 parent 13fef25 commit 29ca67f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions framework/Dav/lib/Horde/Dav/File.php
Expand Up @@ -230,12 +230,11 @@ public function getContentType()
/**
* Updates properties on this node.
*
* @param array $mutations
* @return bool|array
* @param PropPatch $propPatch
* @return void
*/
public function updateProperties($mutations)
public function propPatch(DAV\PropPatch $propPatch)
{
return false;
}

/**
Expand Down

0 comments on commit 29ca67f

Please sign in to comment.