Skip to content
Snippets Groups Projects
Commit 5ea94b7c authored by Björn Schießle's avatar Björn Schießle Committed by Thomas Müller
Browse files

add priority to trashbin storage wrapper so that he is always on top

parent 664b2bb7
Branches
No related tags found
No related merge requests found
......@@ -117,7 +117,7 @@ class Storage extends Wrapper {
public static function setupStorage() {
\OC\Files\Filesystem::addStorageWrapper('oc_trashbin', function ($mountPoint, $storage) {
return new \OCA\Files_Trashbin\Storage(array('storage' => $storage, 'mountPoint' => $mountPoint));
});
}, 1);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment