Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeks-semenov committed Aug 23, 2017
1 parent 44a3abd commit cd3260b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/formInputs/ckeditor/Ckeditor.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function init()
];
}

$this->clientOptions['filebrowserImageBrowseUrl'] = \skeeks\cms\backend\helpers\BackendUrlHelper::createByParams(['cms/admin-tools/select-file'])
$this->clientOptions['filebrowserImageBrowseUrl'] = \skeeks\cms\backend\helpers\BackendUrlHelper::createByParams(['/cms/admin-tools/select-file'])
->merge($additionalData)
->enableEmptyLayout()
->url;
Expand Down

0 comments on commit cd3260b

Please sign in to comment.