Missing parenthesis
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 24 Apr 2009 18:48:56 +0000 (18:48 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 24 Apr 2009 18:48:56 +0000 (18:48 +0000)
includes/Title.php

index 9968f9a..b38cad9 100644 (file)
@@ -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 );