Skip to content

Commit

Permalink
make the iframe a bit bigger thnks @Quy
Browse files Browse the repository at this point in the history
  • Loading branch information
zero-24 committed May 1, 2018
1 parent 9667db1 commit 0198123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/com_content/helpers/icon.php
Expand Up @@ -77,7 +77,7 @@ public static function email($article, $params, $attribs = array(), $legacy = fa

if (JFactory::getApplication()->get('captcha', '0') === '0')
{
$status = 'width=400,height=400,menubar=yes,resizable=yes';
$status = 'width=400,height=450,menubar=yes,resizable=yes';
}

$text = JLayoutHelper::render('joomla.content.icons.email', array('params' => $params, 'legacy' => $legacy));
Expand Down

0 comments on commit 0198123

Please sign in to comment.