r71865 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r71864
|
r71865
|
r71866
>
Date:
02:08, 29 August 2010
Author:
werdna
Status:
deferred
Tags:
Comment:
Add a warning for threads with no associated title.
Modified paths:
/trunk/extensions/LiquidThreads/classes/Thread.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/LiquidThreads/classes/Thread.php
—
—
@@ -1196,6 +1196,7 @@
1197
1197
if ( is_object( $this->root() ) ) {
1198
1198
return $this->root()->getTitle();
1199
1199
} else {
1200
+ wfWarn( "Thread ".$thread->id()." has no title." );
1200
1201
return null;
1201
1202
}
1202
1203
}
Status & tagging log
00:50, 4 December 2010
Werdna
(
talk
|
contribs
)
changed the
status
of r71865
[
removed:
new
added:
deferred]