Making sure the statistics don't have to be regenerated.
authorRotem Liss <rotem@users.mediawiki.org>
Fri, 14 Sep 2007 05:08:42 +0000 (05:08 +0000)
committerRotem Liss <rotem@users.mediawiki.org>
Fri, 14 Sep 2007 05:08:42 +0000 (05:08 +0000)
config/index.php

index 21fbf4a..357723d 100644 (file)
@@ -1018,6 +1018,7 @@ if( $conf->posted && ( 0 == count( $errs ) ) ) {
                                                'ss_good_articles' => 0, # Main page is not a good article - no internal link
                                                'ss_total_pages'   => 1, # Main page
                                                'ss_users'         => $conf->SysopName ? 1 : 0, # Sysop account, if created
+                                               'ss_admins'        => $conf->SysopName ? 1 : 0, # Sysop account, if created
                                                'ss_images'        => 0 ) );
 
                        # Set up the "regular user" account *if we can, and if we need to*