From: Jens Frank Date: Sun, 3 Oct 2004 07:24:51 +0000 (+0000) Subject: Stupid typo X-Git-Tag: 1.5.0alpha1~1672 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=7beecbfecb0a891f908b2db9ca6fa0eb5f834cbc;p=lhc%2Fweb%2Fwiklou.git Stupid typo --- 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