From: Björn Schießle Date: Tue, 19 Feb 2013 13:47:45 +0000 (+0100) Subject: remove todo, it is already solved X-Git-Tag: v6.0.0alpha2~743^2~228 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=109fee7673f1c3f395da47ae7114fba3354fa22f;p=nextcloud-server.git remove todo, it is already solved --- diff --git a/apps/files_encryption/hooks/hooks.php b/apps/files_encryption/hooks/hooks.php index 34ed11c7e24..50207246576 100644 --- a/apps/files_encryption/hooks/hooks.php +++ b/apps/files_encryption/hooks/hooks.php @@ -174,8 +174,6 @@ class Hooks { // fileTarget -> path of file being shared // uidOwner -> owner of the original file being shared - //TODO: We don't deal with shared folder yet, need to recursively update every file in the folder - $view = new \OC_FilesystemView( '/' ); $userId = \OCP\User::getUser(); $util = new Util( $view, $userId );