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

--- Comment #16 from Platonides <[email protected]> 2011-11-09 23:07:53 UTC 
---
(In reply to comment #13)
> Created attachment 9401 [details]
> and added explicit string conversion to title object.

No. We didn't mean you should change $title->getPrefixedText() to strval(
$title->getPrefixedText() ) ), which is redundant.
But to use $redirect->getPrefixedText() instead of strval( $redirect )

The if condition could be changed to $redirect instanceOf Title &&
$redirect->isValidRedirectTarget() to make sure it's appropiate (just copied
the codnition from Title.php:396).

-- 
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
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to