Skip to content
Snippets Groups Projects
Commit 8c64484c authored by Bernhard Posselt's avatar Bernhard Posselt
Browse files

Merge pull request #2082 from owncloud/fix-permissions-class

Change remove() $user parameter to optional
parents b3df526e ec2a9169
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ class Shared_Permissions extends Permissions {
* @param int $fileId
* @param string $user
*/
public function remove($fileId, $user) {
public function remove($fileId, $user = null) {
// Not a valid action for Shared Permissions
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment