From 497f06eb3b3ecae534686b693a8e72a276b5f068 Mon Sep 17 00:00:00 2001 From: Raimond Spekking Date: Sun, 2 Jan 2011 10:07:58 +0000 Subject: [PATCH] Follow-up r79483: Fix syntax error: PHP Notice: Undefined variable: wgUpgradeKey in /home/betawiki/projects/mediawiki-ext/Installer/Installer.i18n.php on line 5997 --- includes/installer/Installer.i18n.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/installer/Installer.i18n.php b/includes/installer/Installer.i18n.php index 7c4ebfd7ea..d38c73a576 100644 --- a/includes/installer/Installer.i18n.php +++ b/includes/installer/Installer.i18n.php @@ -5993,7 +5993,7 @@ $messages['lb'] = array( 'config-title' => 'MediaWiki $1 Installatioun', 'config-information' => 'Informatioun', 'config-localsettings-upgrade' => "'''Opgepasst''': E Fichier LocalSettings.php gouf fonnt. -Är Software kann aktualiséiert ginn, setzt w.e.g. de Wäert vum $wgUpgradeKey an d'Këscht. +Är Software kann aktualiséiert ginn, setzt w.e.g. de Wäert vum \$wgUpgradeKey an d'Këscht. Dir fannt en am LocalSettings.php.", 'config-localsettings-key' => 'Aktualisatiounsschlëssel:', 'config-localsettings-badkey' => 'De Schlëssel deen Dir aginn hutt ass net korrekt', -- 2.20.1