From 8af61d6e94bf7d07cf4ea792c863f33d5df911bd Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 19 Apr 2012 14:40:22 +0200 Subject: [PATCH] Warning "please update your configuration" now correctly displayed --- modules/autoupgrade/AdminSelfUpgrade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/autoupgrade/AdminSelfUpgrade.php b/modules/autoupgrade/AdminSelfUpgrade.php index c887d33..c37d072 100644 --- a/modules/autoupgrade/AdminSelfUpgrade.php +++ b/modules/autoupgrade/AdminSelfUpgrade.php @@ -3477,7 +3477,7 @@ private function _displayUpgraderForm() $content .= ''.sprintf($this->l('No file will be downloaded (channel %s is used)'), $channel).''; } else - $content .= '

'.$this->displayWarning($this->l('Your current configuration does not allow upgrade.')).'

'; + $content .= '
'.$this->l('Your current configuration does not allow upgrade.').'

'; $content .= '
'; $content .= '


'