Skip to content

Commit

Permalink
Warning "please update your configuration" now correctly displayed
Browse files Browse the repository at this point in the history
  • Loading branch information
Asenar committed May 23, 2012
1 parent f224034 commit 8af61d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/autoupgrade/AdminSelfUpgrade.php
Expand Up @@ -3477,7 +3477,7 @@ private function _displayUpgraderForm()
$content .= '<small>'.sprintf($this->l('No file will be downloaded (channel %s is used)'), $channel).'</small>';
}
else
$content .= '<p>'.$this->displayWarning($this->l('Your current configuration does not allow upgrade.')).'</p>';
$content .= '<div class="warn"><img src="../img/admin/warning.gif" /> '.$this->l('Your current configuration does not allow upgrade.').'</p>';
$content .= '</div><div class="clear"></div>';

$content .= '<div><br/><br/><small>'
Expand Down

0 comments on commit 8af61d6

Please sign in to comment.