* Forget the offset in the form also
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Sun, 11 May 2008 21:55:43 +0000 (21:55 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Sun, 11 May 2008 21:55:43 +0000 (21:55 +0000)
includes/SpecialNewpages.php

index f732a89..dcda205 100644 (file)
@@ -159,6 +159,7 @@ class NewPagesForm {
                global $wgOut, $wgEnableNewpagesUserFilter, $wgScript;
 
                // Consume values
+               $this->opts->consumeValue( 'offset' ); // don't carry offset, DWIW
                $namespace = $this->opts->consumeValue( 'namespace' );
                $username = $this->opts->consumeValue( 'username' );