Index: trunk/phase3/includes/specials/SpecialPrefixindex.php |
— | — | @@ -56,9 +56,9 @@ |
57 | 57 | |
58 | 58 | if( isset( $par ) ){ |
59 | 59 | $this->showPrefixChunk( $namespace, $par, $from ); |
60 | | - } elseif( $prefix ){ |
| 60 | + } elseif( $prefix != '' ){ |
61 | 61 | $this->showPrefixChunk( $namespace, $prefix, $from ); |
62 | | - } elseif( $from ){ |
| 62 | + } elseif( $from != '' ){ |
63 | 63 | $this->showPrefixChunk( $namespace, $from, $from ); |
64 | 64 | } else { |
65 | 65 | $wgOut->addHTML( $this->namespacePrefixForm( $namespace, null ) ); |