From 634526602f8d410467ea85eea6b8e3effdeda9c1 Mon Sep 17 00:00:00 2001 From: Nimish Gautam Date: Wed, 15 Sep 2010 21:13:57 +0000 Subject: [PATCH] added line expressly stating where the extensions are included --- includes/installer/LocalSettingsGenerator.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/includes/installer/LocalSettingsGenerator.php b/includes/installer/LocalSettingsGenerator.php index 645aca1cdd..1ddc700f8a 100644 --- a/includes/installer/LocalSettingsGenerator.php +++ b/includes/installer/LocalSettingsGenerator.php @@ -304,6 +304,9 @@ if ( \$wgCommandLineMode ) { # When you make changes to this configuration file, this will make # sure that cached pages are cleared. \$wgCacheEpoch = max( \$wgCacheEpoch, gmdate( 'YmdHis', @filemtime( __FILE__ ) ) ); + +# Enabled Extensions. Most extensions are enabled by including the base extension file here +# but check specific extension documentation for more details "; } -- 2.20.1