Index: trunk/phase3/includes/specials/SpecialAllpages.php |
— | — | @@ -82,7 +82,7 @@ |
83 | 83 | |
84 | 84 | if( $par !== null ) { |
85 | 85 | $this->showChunk( $namespace, $par, $to ); |
86 | | - } elseif( $from !== null && $to == null ) { |
| 86 | + } elseif( $from !== null && $to === null ) { |
87 | 87 | $this->showChunk( $namespace, $from, $to ); |
88 | 88 | } else { |
89 | 89 | $this->showToplevel( $namespace, $from, $to ); |