From b881b2742a712404c885edac3fcc318c410c1c63 Mon Sep 17 00:00:00 2001 From: Rotem Liss Date: Fri, 14 Sep 2007 05:08:42 +0000 Subject: [PATCH] Making sure the statistics don't have to be regenerated. --- config/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/index.php b/config/index.php index 21fbf4a1b4..357723d842 100644 --- a/config/index.php +++ b/config/index.php @@ -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* -- 2.20.1