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 @@
16
16
parent::execute();
17
17
return;
18
18
}
19
+ if( !$this->mRev ) {
20
+ parent::execute();
21
+ return;
22
+ }
19
23
20
24
$redirTarget = null;
21
25
$dbw = wfGetDB( DB_MASTER );
Status & tagging log
22:31, 17 February 2009
Brion VIBBER
(
talk
|
contribs
)
changed the
status
of r47268
[
removed:
new
added:
deferred]