Skip to content

Commit

Permalink
Dev: Don't send absolute path to browser
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Mar 25, 2020
1 parent dae6e63 commit 126d624
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion application/controllers/admin/LimeSurveyFileManager.php
Expand Up @@ -833,7 +833,6 @@ private function composeFolderArray($folder, $level = '0')
$folderArray = [
'key' => $shortName.'_'.$level,
'folder' => $folder,
'realPath' => $realPath,
'shortName' => $shortName,
'surveyId' => intval($shortName),
'children' => $childFolders,
Expand Down

0 comments on commit 126d624

Please sign in to comment.