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

--- Comment #1 from Reedy <s...@reedyboy.net> 2011-03-12 12:31:53 UTC ---
Personally, I'm not sure it's something that is needed to fail more gracefully,
or at least, not where the error is coming from

        if ( !isset( $data['mime'] ) ) {
            ApiBase::dieDebug( __METHOD__, 'No MIME type set for raw formatter'
);
        }

That looks sane. If the set of options you are providing are indeed rubbish (ie
no output should be given for them), then that does want looking at and
potentially protecting against.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- 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