Skip to content

Commit

Permalink
Fix bug 'Variable "pathPrefix" does not exist in FMElfinderBundle:Elf…
Browse files Browse the repository at this point in the history
…inder:elfinder_type.html.twig at line 19' when use Form Type
  • Loading branch information
vkalmuk committed Mar 22, 2015
1 parent 13bc9c3 commit ad2799e
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 ad2799e

Please sign in to comment.