Skip to content

Commit

Permalink
Dev: Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Mar 25, 2020
1 parent 126d624 commit ec14631
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions application/controllers/admin/LimeSurveyFileManager.php
Expand Up @@ -831,11 +831,11 @@ private function composeFolderArray($folder, $level = '0')
$shortName = end($pathArray);

$folderArray = [
'key' => $shortName.'_'.$level,
'folder' => $folder,
'key' => $shortName.'_'.$level,
'folder' => $folder,
'shortName' => $shortName,
'surveyId' => intval($shortName),
'children' => $childFolders,
'surveyId' => intval($shortName), // Will be 0 for 'global' and 'generalfiles'.
'children' => $childFolders,
];
return $folderArray;
}
Expand Down

0 comments on commit ec14631

Please sign in to comment.