Page MenuHomePhabricator

SpecialStatistics is broken
Closed, ResolvedPublic

Description

Author: hempel

Description:
On line 18 'page' needs to be added to the extract call, i.e:
extract( $dbr->tableNames( 'site_stats', 'user', 'user_groups', 'page' ) );
otherwise $page is undefined, and the sql query fails, and you get a nasty mysql
error instead of a statistics report.


Version: 1.9.x
Severity: major

Details

Reference
bz8004

Event Timeline

bzimport raised the priority of this task from to High.Nov 21 2014, 9:28 PM
bzimport set Reference to bz8004.
bzimport added a subscriber: Unknown Object (MLST).