r47268 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r47267‎ | r47268 | r47269 >
Date:15:32, 14 February 2009
Author:aaron
Status:deferred
Tags:
Comment:
Don't die if revisions isn't set
Modified paths:
  • /trunk/extensions/CodeReview/CodeRevisionCommitter.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CodeReview/CodeRevisionCommitter.php
@@ -15,6 +15,10 @@
1616 parent::execute();
1717 return;
1818 }
 19+ if( !$this->mRev ) {
 20+ parent::execute();
 21+ return;
 22+ }
1923
2024 $redirTarget = null;
2125 $dbw = wfGetDB( DB_MASTER );

Status & tagging log