From: Aryeh Gregor Date: Fri, 23 May 2008 22:20:09 +0000 (+0000) Subject: Syntax error X-Git-Tag: 1.31.0-rc.0~47416 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=ba15b121a525afe80d6fb9e1b6c6c8aa7dee53e3;p=lhc%2Fweb%2Fwiklou.git Syntax error --- diff --git a/includes/Title.php b/includes/Title.php index b8cf9bb90e..93e6564009 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -1492,7 +1492,7 @@ class Title { */ public function isSubpage() { return MWNamespace::hasSubpages( $this->mNamespace ) - ? strpos( $this->getText(), '/' ) !== false; + ? strpos( $this->getText(), '/' ) !== false : false; }