fix wrong file path in util
This commit is contained in:
parent
eade87dc79
commit
37c7205941
|
@ -337,7 +337,7 @@ class Util {
|
|||
// scanning every file like this
|
||||
// will eat server resources :(
|
||||
if (
|
||||
Keymanager::getFileKey( $this->view, $this->userId, $file )
|
||||
Keymanager::getFileKey( $this->view, $this->userId, $relPath )
|
||||
&& Crypt::isCatfileContent( $data )
|
||||
) {
|
||||
|
||||
|
|
Loading…
Reference in New Issue