https://bugzilla.wikimedia.org/show_bug.cgi?id=43737

Brad Jorsch <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #13 from Brad Jorsch <[email protected]> ---
So the root cause of the bug is that Article::fetchContent() doesn't bother to
check whether it actually got a Content object before trying to use it. The
error on https://www.mediawiki.org/wiki/MediaWiki/Homepage_redesign/Preview is
coming via the RSS extension, while the error in comment 10 is presumably some
other extension calling that same method.

Note that Article::fetchContent() is deprecated and extensions should be
adjusted to not use it anymore, but in the mean time there's no excuse for it
fataling for something as simple as being asked for the content of a
nonexistent page.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to