r111621 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r111620‎ | r111621 | r111622 >
Date:05:04, 16 February 2012
Author:aaron
Status:ok
Tags:
Comment:
Fixed bogus call to method on a string
Modified paths:
  • /trunk/phase3/includes/cache/MessageCache.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/cache/MessageCache.php
@@ -753,7 +753,7 @@
754754 $message = $revision->getText();
755755 if ($message === false) {
756756 // A possibly temporary loading failure.
757 - wfDebugLog( 'MessageCache', __METHOD__ . ": failed to load message page text for {$title->getDbKey()} ($code)" );
 757+ wfDebugLog( 'MessageCache', __METHOD__ . ": failed to load message page text for {$title} ($code)" );
758758 } else {
759759 $this->mCache[$code][$title] = ' ' . $message;
760760 $this->mMemc->set( $titleKey, ' ' . $message, $this->mExpiry );

Sign-offs

UserFlagDate
Nikerabbitinspected07:23, 16 February 2012

Status & tagging log