Index: trunk/extensions/ChangeAuthor/ChangeAuthor.body.php |
— | — | @@ -194,6 +194,8 @@ |
195 | 195 | else |
196 | 196 | $stxt = wfMsgHtml('historysize', $wgLang->formatNum( $size ) ); |
197 | 197 | } |
| 198 | + else |
| 199 | + $stxt = ''; // Stop PHP from whining about unset variables |
198 | 200 | $comment = $this->skin->commentBlock($rev->getComment(), $title); |
199 | 201 | |
200 | 202 | // Now put it all together |