File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -119,20 +119,6 @@ public function getAllFolders(): array {
119119 return $ folderMap ;
120120 }
121121
122- /**
123- * @throws Exception
124- */
125- private function getGroupFolderRootId (int $ rootStorageId ): int {
126- $ query = $ this ->connection ->getQueryBuilder ();
127-
128- $ query ->select ('fileid ' )
129- ->from ('filecache ' )
130- ->where ($ query ->expr ()->eq ('storage ' , $ query ->createNamedParameter ($ rootStorageId )))
131- ->andWhere ($ query ->expr ()->eq ('path_hash ' , $ query ->createNamedParameter (md5 ('__groupfolders ' ))));
132-
133- return (int )$ query ->executeQuery ()->fetchOne ();
134- }
135-
136122 private function joinQueryWithFileCache (IQueryBuilder $ query , int $ rootStorageId ): void {
137123 $ conditions = [
138124 $ query ->expr ()->eq ('c.fileid ' , 'f.root_id ' ),
You can’t perform that action at this time.
0 commit comments