Skip to content

Commit

Permalink
Fixing occhecksum already defined error owncloud#26655
Browse files Browse the repository at this point in the history
  • Loading branch information
IljaN committed Feb 2, 2017
1 parent 2da1bb3 commit 33ec2c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/private/Files/Stream/Checksum.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,14 @@ public static function wrap($source, $path) {
);
}


/**
* @param string $path
* @param array $options
* @return bool
*/
public function dir_opendir($path, $options) {
#return parent::dir_opendir($path, $options);
return true;
}

/**
Expand Down

0 comments on commit 33ec2c5

Please sign in to comment.