X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FTitle.php;h=cfdba5de125bc67adaa31c9726135f4e2cde7fff;hb=68644e2d340fc8ed1b43f47a0c4fd65cc62e6c7e;hp=fa8d034b99c15d99766fcb7f38a0c8129a142496;hpb=4394d6cf8a7913e90df119e32f67dd51b8f2ddcb;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Title.php b/includes/Title.php index fa8d034b99..cfdba5de12 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -1044,7 +1044,6 @@ class Title { * Is this in a namespace that allows actual pages? * * @return bool - * @internal note -- uses hardcoded namespace index instead of constants */ public function canExist() { return $this->mNamespace >= NS_MAIN;