https://bugzilla.wikimedia.org/show_bug.cgi?id=67596
--- Comment #4 from Ryan Kaldari <[email protected]> --- Yeah, it looks like the special page list is cast to an object, even though the function documentation says it returns an array. It looks like this was added back in 2011 to get around PHP's lack of anonymous function support. Now that we require PHP 5.3, which has anonymous function support, this object cast is no longer necessary. I have no idea why this would have become a problem recently though. -- 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
