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

Brad Jorsch <bjor...@wikimedia.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bjor...@wikimedia.org

--- Comment #13 from Brad Jorsch <bjor...@wikimedia.org> ---
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to