From 5d9e105c07752c493ec689b1c8e8848a0e7b941d Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Tue, 13 Mar 2007 23:32:42 +0000 Subject: [PATCH] *Initialize $stxt --- includes/SpecialUndelete.php | 1 + 1 file changed, 1 insertion(+) 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'); -- 2.20.1