From: Aaron Schulz Date: Sat, 8 Nov 2008 19:34:08 +0000 (+0000) Subject: Fix typo X-Git-Tag: 1.31.0-rc.0~44400 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/?a=commitdiff_plain;h=4429362d42cd845ff75d65e880c27aca1c273490;p=lhc%2Fweb%2Fwiklou.git Fix typo --- diff --git a/includes/Title.php b/includes/Title.php index 61c5c6cba2..1b2b558d7e 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -2866,7 +2866,7 @@ class Title { # Cache some fields we may want $this->mRedirect = $row ? (bool)$row->page_is_redirect : false; $this->mLatestID = $row ? intval($row->page_latest) : false; - if( $this->mRedirect ) { + if( !$this->mRedirect ) { return false; } # Does the article have a history?