Index: trunk/phase3/includes/specials/SpecialStatistics.php |
— | — | @@ -31,7 +31,7 @@ |
32 | 32 | $wgOut->disable(); |
33 | 33 | header( 'Pragma: nocache' ); |
34 | 34 | echo "total=$total;good=$good;views=$views;edits=$edits;users=$users;"; |
35 | | - echo "activeusers=$activeusers;admins=$admins;images=$images;jobs=$numJobs\n"; |
| 35 | + echo "activeusers=$activeUsers;admins=$admins;images=$images;jobs=$numJobs\n"; |
36 | 36 | return; |
37 | 37 | } else { |
38 | 38 | $text = "__NOTOC__\n"; |