r25845 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r25844‎ | r25845 | r25846 >
Date:05:08, 14 September 2007
Author:rotem
Status:old
Tags:
Comment:
Making sure the statistics don't have to be regenerated.
Modified paths:
  • /trunk/phase3/config/index.php (modified) (history)

Diff [purge]

Index: trunk/phase3/config/index.php
@@ -1018,6 +1018,7 @@
10191019 'ss_good_articles' => 0, # Main page is not a good article - no internal link
10201020 'ss_total_pages' => 1, # Main page
10211021 'ss_users' => $conf->SysopName ? 1 : 0, # Sysop account, if created
 1022+ 'ss_admins' => $conf->SysopName ? 1 : 0, # Sysop account, if created
10221023 'ss_images' => 0 ) );
10231024
10241025 # Set up the "regular user" account *if we can, and if we need to*

Follow-up revisions

RevisionCommit summaryAuthorDate
r25849Merged revisions 25804-25848 via svnmerge from...david06:54, 14 September 2007

Status & tagging log