Skip to content

Commit

Permalink
Match method signatures.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Nov 1, 2013
1 parent 07cda3e commit c2bd7b0
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 @@ -233,7 +233,7 @@ protected function _getMailFolders()
}
}

protected function _getFolderUidForBackendId($sid)
protected function _getFolderUidForBackendId($sid, $type = null)
{
switch ($sid) {
case 'INBOX':
Expand Down

0 comments on commit c2bd7b0

Please sign in to comment.