From: Antoine Musso Date: Tue, 26 Mar 2013 13:42:36 +0000 (+0100) Subject: showSiteStats now shows ss_active_users statistic X-Git-Tag: 1.31.0-rc.0~20210 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=3e6f113852e7a91aea8d8ed17d860d31eddf4dd8;p=lhc%2Fweb%2Fwiklou.git 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 --- 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', );