Index: trunk/extensions/ParserFunctions/ParserFunctions_body.php |
— | — | @@ -549,7 +549,7 @@ |
550 | 550 | } |
551 | 551 | |
552 | 552 | // Verifies parameter is less than max string length. |
553 | | - private function checkLength( $text ) { |
| 553 | + private static function checkLength( $text ) { |
554 | 554 | global $wgPFStringLengthLimit; |
555 | 555 | return ( mb_strlen( $text ) < $wgPFStringLengthLimit ); |
556 | 556 | } |