Skip to content

Commit

Permalink
also this one
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrammatiko committed Oct 16, 2015
1 parent 081ec8d commit 4e2dd3d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libraries/cms/form/field/media.php
Original file line number Diff line number Diff line change
Expand Up @@ -347,8 +347,7 @@ protected function getInput()
: ($this->link ? $this->link
: 'index.php?option=com_media&view=images&tmpl=component&asset=' . $asset . '&author='
. $this->form->getValue($this->authorField)) . '&fieldid=' . $this->id . '&folder=' . $folder) . '"'
. ' rel="{handler: \'iframe\', size: {x: 800, y: 500}}" data-basepath="'
. JUri::root() . '"">';
. ' rel="{handler: \'iframe\', size: {x: 800, y: 500}}">';
$html[] = JText::_('JLIB_FORM_BUTTON_SELECT') . '</a><a class="btn hasTooltip" title="'
. JText::_('JLIB_FORM_BUTTON_CLEAR') . '" href="#" onclick="';
$html[] = 'jInsertFieldValue(\'\', \'' . $this->id . '\');';
Expand Down

0 comments on commit 4e2dd3d

Please sign in to comment.