X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FTitle.php;h=601211d1b11cc40e4d3ae9d432088e8e8100f976;hb=448c7ea03aef4194bc7cff8987c2b9d4cd379d8b;hp=509fc27d694ebdcf39297e1cd9bd0a93f512e8be;hpb=f6676a84a491dcb690ac45f44692352c94fad47c;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Title.php b/includes/Title.php index 509fc27d69..601211d1b1 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -265,6 +265,7 @@ class Title { if ( is_object( $text ) ) { throw new InvalidArgumentException( '$text must be a string.' ); } elseif ( !is_string( $text ) ) { + wfDebugLog( 'T76305', wfGetAllCallers( 5 ) ); wfWarn( __METHOD__ . ': $text must be a string. This will throw an InvalidArgumentException in future.', 2 ); }