Skip to content

Commit

Permalink
codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
brianteeman committed Jul 22, 2015
1 parent 7bcf8cd commit d30e510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/quickicon/maxvars/maxvars.php
Expand Up @@ -77,7 +77,7 @@ public function onGetIcons($context)
JFactory::getApplication()->enqueueMessage(JText::sprintf('PLG_QUICKICON_MAXVARS_FAIL', $maxinputvars, $varcount), 'error');
}

if (($varcount / $maxinputvars) > 0.8) > 80)
if (($varcount / $maxinputvars) > 0.8) > 80)
{
JFactory::getApplication()->enqueueMessage(JText::sprintf('PLG_QUICKICON_MAXVARS_WARN', $maxinputvars, $varcount), 'warning');
}
Expand Down

0 comments on commit d30e510

Please sign in to comment.