Remove redundant code
authorAaron Schulz <aaron@users.mediawiki.org>
Mon, 27 Oct 2008 20:54:27 +0000 (20:54 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Mon, 27 Oct 2008 20:54:27 +0000 (20:54 +0000)
includes/specials/SpecialUndelete.php

index 922062c..a26d27e 100644 (file)
@@ -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" );