Stupid typo
authorJens Frank <jeluf@users.mediawiki.org>
Sun, 3 Oct 2004 07:24:51 +0000 (07:24 +0000)
committerJens Frank <jeluf@users.mediawiki.org>
Sun, 3 Oct 2004 07:24:51 +0000 (07:24 +0000)
includes/Title.php

index f7e7574..350537b 100644 (file)
@@ -478,7 +478,7 @@ class Title {
         * @param int $n the namespace index, one of the NS_xxxx constants
         * @access public
         */
-       function setNamespace( $n ) { $this->mNamespace = IntVal( $n; ) }
+       function setNamespace( $n ) { $this->mNamespace = IntVal( $n ); }
        /**
         * Get the interwiki prefix (or null string)
         * @return string