From: umherirrender Date: Tue, 28 Jul 2015 17:21:58 +0000 (+0200) Subject: Fix typo: requiered -> required X-Git-Tag: 1.31.0-rc.0~10610 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22auteur_infos%22%2C%20%22id_auteur=%24id%22%29%20.%20%22?a=commitdiff_plain;h=65827867de20bdf2e9453506de827fa7e4dfbf92;p=lhc%2Fweb%2Fwiklou.git Fix typo: requiered -> required Thanks to Ricordisamoa Follow-Up: I095c545f77aa50d6be4cd48588bd1ae1c82cf343 Change-Id: I3c40b02865170ba0391f3637a5bebb6058c053fd --- diff --git a/includes/installer/Installer.php b/includes/installer/Installer.php index c4a9b76ba7..662469b913 100644 --- a/includes/installer/Installer.php +++ b/includes/installer/Installer.php @@ -539,7 +539,7 @@ abstract class Installer { $wgAutoloadClasses = array(); // LocalSettings.php should not call functions, except wfLoadSkin/wfLoadExtensions - // Define the requiered globals here, to ensure, the functions can do it work correctly. + // Define the required globals here, to ensure, the functions can do it work correctly. global $wgExtensionDirectory, $wgStyleDirectory; MediaWiki\suppressWarnings();