https://bugzilla.wikimedia.org/show_bug.cgi?id=22920

           Summary: NUMBEROFACTIVEUSERS vs Special:Activeusers
           Product: MediaWiki
           Version: 1.16-svn
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: Normal
         Component: Special pages
        AssignedTo: [email protected]
        ReportedBy: [email protected]


The queries for {{NUMBEROFACTIVEUSERS}} and Special:ActiveUsers should be the
same.

includes/specials/SpecialActiveusers.php > function getQueryInfo() > 
$conds = array( 'rc_user > 0' ); // Users - no anons


should be changed to the correct conds of includes/SiteStats.php >
$activeUsers:
array( 'rc_user != 0', 'rc_bot' => 0, "rc_log_type != 'newusers' OR rc_log_type
IS NULL" )

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to