X-Git-Url: http://git.cyclocoop.org//%22javascript:ModifierStyle%28%27%22.%24id.%22%27%29/%22?a=blobdiff_plain;f=includes%2Finstaller%2FLocalSettingsGenerator.php;h=5a2dd1a20526fae13dbdba6067c1de4f90bf9643;hb=1271bb75c60f98720a24ed1bac13a48f2181fb00;hp=09b5929efb9b00ddd5f75ff6d5fc0e36794024e5;hpb=6d79d853b17dc45b8b4796e89d930f95f75e7216;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/installer/LocalSettingsGenerator.php b/includes/installer/LocalSettingsGenerator.php index 09b5929efb..5a2dd1a205 100644 --- a/includes/installer/LocalSettingsGenerator.php +++ b/includes/installer/LocalSettingsGenerator.php @@ -153,8 +153,9 @@ class LocalSettingsGenerator { if ( count( $this->extensions ) ) { $localSettings .= " -# Enabled Extensions. Most extensions are enabled by including the base extension file here -# but check specific extension documentation for more details +# Enabled extensions. Most of the extensions are enabled by adding +# wfLoadExtensions('ExtensionName'); +# to LocalSettings.php. Check specific extension documentation for more details. # The following extensions were automatically enabled:\n"; foreach ( $this->extensions as $extName ) {