From: Aaron Schulz Date: Tue, 13 Mar 2007 23:32:42 +0000 (+0000) Subject: *Initialize $stxt X-Git-Tag: 1.31.0-rc.0~53767 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=5d9e105c07752c493ec689b1c8e8848a0e7b941d;p=lhc%2Fweb%2Fwiklou.git *Initialize $stxt --- diff --git a/includes/SpecialUndelete.php b/includes/SpecialUndelete.php index 85bb1943fa..8aaf785ed8 100644 --- a/includes/SpecialUndelete.php +++ b/includes/SpecialUndelete.php @@ -771,6 +771,7 @@ class UndeleteForm { $pageLink = $wgLang->timeanddate( $ts, true ); } $userLink = $sk->userLink( $row->ar_user, $row->ar_user_text ) . $sk->userToolLinks( $row->ar_user, $row->ar_user_text ); + $stxt = ''; if (!is_null($size = $row->ar_len)) { if ($size == 0) $stxt = wfMsgHtml('historyempty');