r112571 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r112570‎ | r112571 | r112572 >
Date:02:57, 28 February 2012
Author:aaron
Status:ok (Comments)
Tags:
Comment:
Fixed:
"Fatal error: Call to a member function getNamespace() on a non-object at /usr/local/apache/common-local/php-1.19/includes/specials/SpecialMovepage.php on line 59"
Modified paths:
  • /trunk/extensions/Collection/Collection.body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Collection/Collection.body.php
@@ -555,6 +555,9 @@
556556 }
557557 $collection = CollectionSession::getCollection();
558558 $revision = Revision::newFromTitle( $title, $oldid );
 559+ if ( !$revision ) {
 560+ return false;
 561+ }
559562
560563 $item = array(
561564 'type' => 'article',

Follow-up revisions

RevisionCommit summaryAuthorDate
r112634MFT r112571, r112628reedy20:46, 28 February 2012

Comments

#Comment by Aaron Schulz (talk | contribs)   02:59, 28 February 2012

Should be "Call to a member function getTimestamp() on a non-object in /usr/local/apache/common-local/php-1.19/extensions/Collection/Collection.body.php on line 565"

Status & tagging log