From: Niklas Laxström Date: Sun, 11 May 2008 21:55:43 +0000 (+0000) Subject: * Forget the offset in the form also X-Git-Tag: 1.31.0-rc.0~47703 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=e2d506a27bbd6fe14b92076de4891dbca9dc039f;p=lhc%2Fweb%2Fwiklou.git * Forget the offset in the form also --- diff --git a/includes/SpecialNewpages.php b/includes/SpecialNewpages.php index f732a895c3..dcda205840 100644 --- a/includes/SpecialNewpages.php +++ b/includes/SpecialNewpages.php @@ -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' );