From: Alexandre Emsenhuber Date: Fri, 24 Apr 2009 18:48:56 +0000 (+0000) Subject: Missing parenthesis X-Git-Tag: 1.31.0-rc.0~42040 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/recherche.php?a=commitdiff_plain;h=f7b5c54087cc31be8d9bb3021690e9ce3c303a1d;p=lhc%2Fweb%2Fwiklou.git Missing parenthesis --- diff --git a/includes/Title.php b/includes/Title.php index 9968f9ab8f..b38cad97b1 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -2776,7 +2776,7 @@ class Title { # @bug 17860: old article can be deleted, if this the case, # delete it from message cache - if ( $this->getArticleID === 0 ) { + if ( $this->getArticleID() === 0 ) { $wgMessageCache->replace( $this->getDBkey(), false ); } else { $oldarticle = new Article( $this );