Skip to content
Prev Previous commit
Next Next commit
Changes to comply to coletivoEITA/circles#2
Signed-off-by: Vinicius Cubas Brand <[email protected]>
  • Loading branch information
viniciuscb committed Oct 25, 2017
commit 87c60b65e7b4c5ba1c62f743f941c5fd09c11da0
2 changes: 1 addition & 1 deletion apps/dav/lib/Connector/Sabre/FilesReportPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ private function getCirclesFileIds($circlesIds) {
}
*/
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe cleaning those commented line


return \OCA\Circles\Api\v1\Circles::getObjectIdsForCircles($circlesIds);
return \OCA\Circles\Api\v1\Circles::getFilesForCircles($circlesIds);
}

/**
Expand Down