This commit is contained in:
Mark A. Hershberger 2012-02-06 04:37:05 +00:00
parent e60a8ed523
commit fb5864083d
Notes: Mark A. Hershberger 2012-02-06 04:37:05 +00:00

View file

@ -637,7 +637,7 @@ class ExtParserFunctions {
$inNeedle = self::killMarkers( $parser, (string)$inNeedle );
if ( !self::checkLength( $inStr ) ||
!self::checkLength( $inNeedle ) ) {
!self::checkLength( $inNeedle ) ) {
wfProfileOut( __METHOD__ );
return self::tooLongError();
}
@ -670,7 +670,7 @@ class ExtParserFunctions {
$inNeedle = self::killMarkers( $parser, (string)$inNeedle );
if ( !self::checkLength( $inStr ) ||
!self::checkLength( $inNeedle ) ) {
!self::checkLength( $inNeedle ) ) {
wfProfileOut( __METHOD__ );
return self::tooLongError();
}
@ -780,8 +780,8 @@ class ExtParserFunctions {
$inReplaceTo = self::killMarkers( $parser, (string)$inReplaceTo );
if ( !self::checkLength( $inStr ) ||
!self::checkLength( $inReplaceFrom ) ||
!self::checkLength( $inReplaceTo ) ) {
!self::checkLength( $inReplaceFrom ) ||
!self::checkLength( $inReplaceTo ) ) {
wfProfileOut( __METHOD__ );
return self::tooLongError();
}
@ -845,7 +845,7 @@ class ExtParserFunctions {
}
if ( !self::checkLength( $inStr ) ||
!self::checkLength( $inDiv ) ) {
!self::checkLength( $inDiv ) ) {
wfProfileOut( __METHOD__ );
return self::tooLongError();
}