Skip to content

Commit

Permalink
Merge pull request #151 from aramalipoor/patch-1
Browse files Browse the repository at this point in the history
Expose pathPrefix to custom editors
  • Loading branch information
helios-ag committed Jun 15, 2015
2 parents ff339d2 + 92c598b commit 160b8ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Controller/ElFinderController.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ private function selectEditor($parameters, $instance, $homeFolder, $assetsPath,
'homeFolder' => $homeFolder,
'relative_path' => $relativePath,
'prefix' => $assetsPath,
'theme' => $theme
'theme' => $theme,
'pathPrefix' => $pathPrefix
);
return $result;
case 'ckeditor':
Expand Down

0 comments on commit 160b8ca

Please sign in to comment.