https://bugzilla.wikimedia.org/show_bug.cgi?id=31179
--- Comment #14 from Brion Vibber <[email protected]> 2011-10-04 19:59:14 UTC --- Good catch -- this looks like it could plausibly have been breaking pages off and on for a while (hence some of the older cases that aren't new). Probably Article::insertOn (rather WikiPage::insertOn) should save the updated ID and whatnot and mark itself as having loaded state (set $this->mDataLoaded). This'll bypass trying to reload the data, without having to explicitly say "btw load this from master". -- 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 on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
