Skip to content

Commit

Permalink
fixing priority #26655
Browse files Browse the repository at this point in the history
  • Loading branch information
IljaN committed Feb 7, 2017
1 parent 5fb730f commit 0ddb744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/private/legacy/util.php
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ public static function setupFS($user = '') {
// install storage checksum wrapper
\OC\Files\Filesystem::addStorageWrapper('oc_checksum', function ($mountPoint, $storage) {
return new \OC\Files\Storage\Wrapper\Checksum(['storage' => $storage]);
});
}, 1);


\OC\Files\Filesystem::addStorageWrapper('oc_encoding', function ($mountPoint, \OCP\Files\Storage $storage, \OCP\Files\Mount\IMountPoint $mount) {
Expand Down

0 comments on commit 0ddb744

Please sign in to comment.