Index: trunk/phase3/includes/Title.php |
— | — | @@ -764,7 +764,7 @@ |
765 | 765 | * @internal note -- uses hardcoded namespace index instead of constants |
766 | 766 | */ |
767 | 767 | public function canExist() { |
768 | | - return $this->mNamespace >= 0 && $this->mNamespace != NS_MEDIA; |
| 768 | + return $this->mNamespace >= NS_MAIN; |
769 | 769 | } |
770 | 770 | |
771 | 771 | /** |