fix wrong file path in util

This commit is contained in:
Florin Peter 2013-04-22 18:50:59 +02:00
parent eade87dc79
commit 37c7205941
1 changed files with 1 additions and 1 deletions

View File

@ -337,7 +337,7 @@ class Util {
// scanning every file like this // scanning every file like this
// will eat server resources :( // will eat server resources :(
if ( if (
Keymanager::getFileKey( $this->view, $this->userId, $file ) Keymanager::getFileKey( $this->view, $this->userId, $relPath )
&& Crypt::isCatfileContent( $data ) && Crypt::isCatfileContent( $data )
) { ) {