Skip to content

Commit

Permalink
[SOLVED] [#19461] - [4.0]
Browse files Browse the repository at this point in the history
Image manipulation broken when inserting image in article
  • Loading branch information
amone4 committed Mar 24, 2018
1 parent 54f2ed0 commit 7f18647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion administrator/components/com_media/tmpl/media/default.php
Expand Up @@ -39,7 +39,7 @@
'filePath' => $params->get('file_path', 'images'),
'fileBaseUrl' => JUri::root() . $params->get('file_path', 'images'),
'fileBaseRelativeUrl' => $params->get('file_path', 'images'),
'editViewUrl' => JUri::root() . 'administrator/index.php?option=com_media&view=file' . $tmpl,
'editViewUrl' => JUri::root() . 'administrator/index.php?option=com_media&view=file&tmpl=' . $tmpl,
'allowedUploadExtensions' => $params->get('upload_extensions', ''),
'maxUploadSizeMb' => $params->get('upload_maxsize', 10),
'providers' => (array) $this->providers,
Expand Down

0 comments on commit 7f18647

Please sign in to comment.