Index: trunk/extensions/EducationProgram/specials/SpecialCachedPage.php |
— | — | @@ -144,7 +144,7 @@ |
145 | 145 | |
146 | 146 | if ( $value > 0 || ( $name == 'seconds' && empty( $segments ) ) ) { |
147 | 147 | $seconds -= $value * $length; |
148 | | - $segments[] = wfMsgExt( 'duration-' . $name, 'parsemag', $value ); |
| 148 | + $segments[] = $this->msg( 'duration-' . $name, array( $value ) )->escaped(); |
149 | 149 | } |
150 | 150 | } |
151 | 151 | |