Skip to content

Commit

Permalink
Merge branch 'master' into horde_5_2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Nov 10, 2013
2 parents 87bd34f + 141ce74 commit 6057684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/ActiveSync/lib/Horde/ActiveSync/Driver/Mock.php
Expand Up @@ -80,7 +80,7 @@ public function deleteFolder($id, $parent = Horde_ActiveSync::FOLDER_ROOT) { }
* here now to save an extra DB lookup for data
* we already have.)
*/
public function changeFolder($id, $displayname, $parent, $uid = null)
public function changeFolder($id, $displayname, $parent, $uid = null, $type = null)
{
return $uid;
}
Expand Down

0 comments on commit 6057684

Please sign in to comment.