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

--- Comment #2 from Krinkle <[email protected]> ---
I can't reproduce it because I can't willingly reproduce a rare error in the
file storage backend.

However looking at the code Article::doDelete (which is the only method that
uses the 'cannotdelete-title' message which is shown in the screenshot), I
think this odd interface issue would still be happening just the same.

The $error variable is set to an empty string where documentation expects an
array. It is then never used or set to anything (except by RunHooks) and then
it does "if $error != '': addHtml( $error )"

I don't know what $error ends up being, but whatever it is, it isn't html. So
this is likely being casted to the string '1'.

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

Reply via email to