Define $showAll when special page is included
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Sun, 29 Dec 2013 19:31:15 +0000 (20:31 +0100)
committerSiebrand <siebrand@wikimedia.org>
Sun, 29 Dec 2013 19:33:22 +0000 (19:33 +0000)
Change-Id: I9018efe345283f5577edbcc652d62e735eaaa1b2

includes/specials/SpecialListfiles.php

index 7484995..b518140 100644 (file)
@@ -33,6 +33,7 @@ class SpecialListFiles extends IncludableSpecialPage {
                if ( $this->including() ) {
                        $userName = $par;
                        $search = '';
+                       $showAll = false;
                } else {
                        $userName = $this->getRequest()->getText( 'user', $par );
                        $search = $this->getRequest()->getText( 'ilsearch', '' );