Fixed prefixed title text call.
authorAaron Schulz <aschulz@wikimedia.org>
Fri, 11 Jan 2013 05:30:48 +0000 (21:30 -0800)
committerAaron Schulz <aschulz@wikimedia.org>
Fri, 11 Jan 2013 05:30:48 +0000 (21:30 -0800)
Change-Id: I796a2cc1687a7d50c8874b002839133f5f5326c7

includes/cache/HTMLCacheUpdate.php

index 8962cf3..88e7928 100644 (file)
@@ -61,7 +61,7 @@ class HTMLCacheUpdate implements DeferrableUpdate {
 
                $count = $this->mTitle->getBacklinkCache()->getNumLinks( $this->mTable, 200 );
                if ( $wgMaxBacklinksInvalidate !== false && $count > $wgMaxBacklinksInvalidate ) {
-                       wfDebug( "Skipped HTML cache invalidation of {$this->mTitle->getPrefixedText}." );
+                       wfDebug( "Skipped HTML cache invalidation of {$this->mTitle->getPrefixedText()}." );
                } elseif ( $count >= 200 ) { // many backlinks
                        JobQueueGroup::singleton()->push( $job );
                        JobQueueGroup::singleton()->deduplicateRootJob( $job );