r101981 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r101980
|
r101981
|
r101982
>
Date:
12:01, 4 November 2011
Author:
nikerabbit
Status:
ok
Tags:
Comment:
Followup
r101980
- replacing fatal by warning wasn't the ultimate goal
Modified paths:
/trunk/extensions/Translate/utils/TranslationHelpers.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/Translate/utils/TranslationHelpers.php
—
—
@@ -907,7 +907,7 @@
908
908
909
909
// Using newFromId instead of newFromTitle, because the page might have been renamed
910
910
$oldrev = Revision::newFromId( $translationRevision );
911
- if ( !$oldev ) {
911
+ if ( !$oldrev ) {
912
912
// And someone might still have deleted it
913
913
return null;
914
914
}
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r101980
Try to fix fatal error
nikerabbit
11:58, 4 November 2011
Status & tagging log
14:44, 8 November 2011
Amire80
(
talk
|
contribs
)
changed the
status
of r101981
[
removed:
new
added:
ok]