https://bugzilla.wikimedia.org/show_bug.cgi?id=68989
--- Comment #4 from Brad Jorsch <[email protected]> --- Ok, I see what's going on here. The 'pages' array is supposed to be set up by ApiQuery, but your too-small value for $wgAPIMaxResultSize is preventing that. Then prop=info adds some entries to the 'pages' array, assuming it was already set up. Unless you've set $wgMaxArticleSize to very low, your value for $wgAPIMaxResultSize is lower than is even supported. But it would probably be good for the API to actually check it. -- 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
