The code here: https://github.com/SemanticMediaWiki/SemanticSignup/blob/5d9d23c174ef7823de9e82fe66ca37ba0f47c4d6/src/SpecialSemanticSignup.php#L114 should be updated to something like: ``` $ssUpdate = SiteStatsUpdate::factory( [ 'edit' => 0, 'articles' => 0, 'pages' => 0, 'users' => 1, ] ); ``` Per the Wikimedia Code Search tool, this is the only repo doing this: https://codesearch.wmcloud.org/search/?q=new%20SiteStatsUpdate&i=nope&files=&excludeFiles=&repos=