From: haritha28 Date: Fri, 4 Sep 2015 13:28:43 +0000 (+0530) Subject: Update comment about enabled extensions X-Git-Tag: 1.31.0-rc.0~9424^2 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=0299ac021020383bb6c868409ce05b3df19d533c;p=lhc%2Fweb%2Fwiklou.git Update comment about enabled extensions The comment message given in enabling the extensions are based on for the earlier versions of mediawiki which uses the requireonce() and as at present all the versions since 1.25 uses wfLoadExtensions() the comment message have been changed accordingly. Bug: T100940 Change-Id: I915a4893cc2d89624c9d8dd6504d7dc8bf166cd9 --- diff --git a/includes/installer/LocalSettingsGenerator.php b/includes/installer/LocalSettingsGenerator.php index 7b1cfdcc19..137ab69473 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 ) {