From 7beecbfecb0a891f908b2db9ca6fa0eb5f834cbc Mon Sep 17 00:00:00 2001 From: Jens Frank Date: Sun, 3 Oct 2004 07:24:51 +0000 Subject: [PATCH] Stupid typo --- includes/Title.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Title.php b/includes/Title.php index f7e7574e43..350537bad7 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -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 -- 2.20.1