never used call
authorAntoine Musso <hashar@users.mediawiki.org>
Sun, 15 Jan 2006 14:00:22 +0000 (14:00 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Sun, 15 Jan 2006 14:00:22 +0000 (14:00 +0000)
includes/SpecialContributions.php

index 73b37bd..e34d103 100644 (file)
@@ -279,8 +279,6 @@ function wfSpecialContributions( $par = null ) {
        $atstart = (!count($contribs) || $late == $contribs[0]->rev_timestamp);
        $atend = (!count($contribs) || $early == $lastts);
 
-       $lasturl = $wgTitle->escapeLocalURL("action=history&limit={$limit}");
-
        $firsttext = wfMsgHtml('histfirst');
        $lasttext = wfMsgHtml('histlast');