From: Aaron Schulz Date: Mon, 27 Oct 2008 20:54:27 +0000 (+0000) Subject: Remove redundant code X-Git-Tag: 1.31.0-rc.0~44554 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=1173f8d0b7e2ec1689b493644ceac137a4f7f8c4;p=lhc%2Fweb%2Fwiklou.git Remove redundant code --- diff --git a/includes/specials/SpecialUndelete.php b/includes/specials/SpecialUndelete.php index 922062c931..a26d27e16d 100644 --- a/includes/specials/SpecialUndelete.php +++ b/includes/specials/SpecialUndelete.php @@ -1120,7 +1120,6 @@ class UndeleteForm { // If revision was hidden from sysops $del = wfMsgHtml('rev-delundel'); } else { - $ts = wfTimestamp( TS_MW, $row->ar_timestamp ); $del = $sk->makeKnownLinkObj( $revdel, wfMsgHtml('rev-delundel'), 'target=' . $this->mTargetObj->getPrefixedUrl() . "&artimestamp=$ts" );