Skip to content

Commit

Permalink
Merge pull request #124 from vkalmuk/master
Browse files Browse the repository at this point in the history
Fix bug "pathPrefix" when use Form Type
  • Loading branch information
helios-ag committed Mar 23, 2015
2 parents 13bc9c3 + ad2799e commit 8e93072
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 @@ -124,7 +124,8 @@ private function selectEditor($parameters, $instance, $homeFolder, $assetsPath,
'id' => $formTypeId,
'relative_path' => $relativePath,
'prefix' => $assetsPath,
'theme' => $theme
'theme' => $theme,
'pathPrefix' => $pathPrefix
);
return $result;
default:
Expand Down

0 comments on commit 8e93072

Please sign in to comment.