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

Umherirrender <[email protected]> changed:

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

--- Comment #1 from Umherirrender <[email protected]> ---
I have found only 1 call to WebResponse::header with a potencial string as
third parameter in core, that is in ApiMain line 386
$response->header( $headerStr, true, $e->getCode() );

$e is a expection, where getCode is documented with a return type of int, but
http://www.php.net/manual/en/exception.getcode.php says:
Returns the exception code as integer in Exception but possibly as other type
in Exception descendants

A stack trace is needed to find out, if this is from api (and which exception
type) or maybe a extension.

-- 
You are receiving this mail because:
You are the assignee for the bug.
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