https://bugzilla.wikimedia.org/show_bug.cgi?id=71104
Fabian CommodoreFabianus@gmx.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Priority|Unprioritized |High
--- Comment #1 from Fabian CommodoreFabianus@gmx.de --- Okay the reason is the following: Page.isDisambig() calls site.loadpageprops() which loads them and calls data.api.update_page() and this isn't differentiating between prop=pageprops and prop=info, and 'pageprops' is no redirect info.
I'd like to know if there is a reason when to use prop=pageprops? It looks to me all the data is also in prop=info.
Another fix would be, to only update those properties which have been received, because the property is not present if it's False so it needs to know if that property is not present because it's False or because it wasn't requested.