Remove dead code about nlinks from Special:Wantedpages
[lhc/web/wiklou.git] / includes / specials / SpecialWantedpages.php
index dd4eb0a..ca26bb4 100644 (file)
@@ -40,13 +40,8 @@ class WantedPagesPage extends WantedQueryPage {
                $inc = $this->including();
 
                if ( $inc ) {
-                       $parts = explode( '/', $par, 2 );
-                       $this->limit = (int)$parts[0];
-                       // @todo FIXME: nlinks is ignored
-                       //$nlinks = isset( $parts[1] ) && $parts[1] === 'nlinks';
+                       $this->limit = (int)$par;
                        $this->offset = 0;
-               } else {
-                       //$nlinks = true;
                }
                $this->setListoutput( $inc );
                $this->shownavigation = !$inc;