https://bugzilla.wikimedia.org/show_bug.cgi?id=44907
--- Comment #1 from Krinkle <[email protected]> --- --- class ResourceLoaderWikiModule --- protected function getTitleMtimes if ( !$batch->isEmpty() ) { $res = $dbr->select( 'page', array( 'page_namespace', 'page_title', 'page_touched' ), $batch->constructSet( 'page', $dbr ), __METHOD__ ); foreach ( $res as $row ) { -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
