Skip to content

Commit

Permalink
Update media.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri Grammatikogianni committed Aug 29, 2017
1 parent e749f4f commit 8995772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/joomla/form/field/media.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
. '&fieldid={field-media-id}&path=' . $folder);
?>
<joomla-field-media class="field-media-wrapper"
type="image" <? /* @TODO add this attribute to the field in order to use it for all media types */ ?>
type="image" <?php /* @TODO add this attribute to the field in order to use it for all media types */ ?>
base-path="<?php echo JUri::root(); ?>"
root-folder="<?php echo ComponentHelper::getParams('com_media')->get('file_path', 'images'); ?>"
url="<?php echo $url; ?>"
Expand Down

0 comments on commit 8995772

Please sign in to comment.