https://bugzilla.wikimedia.org/show_bug.cgi?id=16589
--- Comment #1 from P.Copp <[EMAIL PROTECTED]> 2008-12-09 01:27:13 UTC --- As it seems, this is not a bug in FlaggedRevs, but in CoreParserFunctions.php : pagesize() contains the lines > $revid = Revision::newFromTitle($title); > $parser->mOutput->addTemplate($title, $id, $revid); Instead of the actual revid it stuffs the whole Revision object into the parser output. Curiously this hasn't led to problems before. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- 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
