From 92c598b9f97809a4a5852c9c4f37197cf03e1c68 Mon Sep 17 00:00:00 2001 From: Aram Alipoor Date: Sun, 14 Jun 2015 13:37:02 +0430 Subject: [PATCH] Expose pathPrefix to custom editors --- Controller/ElFinderController.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Controller/ElFinderController.php b/Controller/ElFinderController.php index 090ef68..207c944 100644 --- a/Controller/ElFinderController.php +++ b/Controller/ElFinderController.php @@ -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':