r73090 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r73089‎ | r73090 | r73091 >
Date:21:13, 15 September 2010
Author:nimishg
Status:ok
Tags:
Comment:
added line expressly stating where the extensions are included
Modified paths:
  • /trunk/phase3/includes/installer/LocalSettingsGenerator.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/LocalSettingsGenerator.php
@@ -304,6 +304,9 @@
305305 # When you make changes to this configuration file, this will make
306306 # sure that cached pages are cleared.
307307 \$wgCacheEpoch = max( \$wgCacheEpoch, gmdate( 'YmdHis', @filemtime( __FILE__ ) ) );
 308+
 309+# Enabled Extensions. Most extensions are enabled by including the base extension file here
 310+# but check specific extension documentation for more details
308311 ";
309312 }
310313

Status & tagging log