Completed
Push — development ( f70489...6e4105 )
by Nils
10:01
created
sources/folders.queries.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -978,9 +978,9 @@  discard block
 block discarded – undo
978 978
 
979 979
             // Get all allowed folders
980 980
             $array_all_visible_folders = array_merge(
981
-              $_SESSION['groupes_visibles'],
982
-              $_SESSION['read_only_folders'],
983
-              $_SESSION['personal_visible_groups']
981
+                $_SESSION['groupes_visibles'],
982
+                $_SESSION['read_only_folders'],
983
+                $_SESSION['personal_visible_groups']
984 984
             );
985 985
 
986 986
             // get list of all folders
@@ -993,7 +993,7 @@  discard block
 block discarded – undo
993 993
                 // Can user access this subfolder?
994 994
 
995 995
                 if (in_array($node->id, $array_all_visible_folders) === false) {
996
-                  continue;
996
+                    continue;
997 997
                 }
998 998
 
999 999
                 // get info about current node
Please login to merge, or discard this patch.