From 3e6f113852e7a91aea8d8ed17d860d31eddf4dd8 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Tue, 26 Mar 2013 14:42:36 +0100 Subject: [PATCH] showSiteStats now shows ss_active_users statistic When we implemented tracking the number of active users, we forgot to update the stat dumper. Simply show up the value of ss_active_users. Change-Id: I7324d1aadfaabcd023abb93360f1f7e6d809ff3d --- maintenance/showSiteStats.php | 1 + 1 file changed, 1 insertion(+) diff --git a/maintenance/showSiteStats.php b/maintenance/showSiteStats.php index e7359b2f63..dbbdab92a9 100644 --- a/maintenance/showSiteStats.php +++ b/maintenance/showSiteStats.php @@ -48,6 +48,7 @@ class ShowSiteStats extends Maintenance { 'ss_good_articles' => 'Number of articles', 'ss_total_pages' => 'Total pages', 'ss_users' => 'Number of users', + 'ss_active_users' => 'Active users', 'ss_images' => 'Number of images', ); -- 2.20.1