r102170 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r102169
|
r102170
|
r102171
>
Date:
11:00, 6 November 2011
Author:
petrb
Status:
deferred
Tags:
Comment:
Replaced offline with default for that status
Modified paths:
/trunk/extensions/OnlineStatusBar/OnlineStatusBar.body.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/OnlineStatusBar/OnlineStatusBar.body.php
—
—
@@ -127,7 +127,7 @@
128
128
}
129
129
130
130
if ( $status == 'hidden' ) {
131
- $status = 'offline';
131
+ $status = $wgOnlineStatusBarDefaultOffline;
132
132
}
133
133
134
134
return $status;
Status & tagging log
15:29, 6 November 2011
Johnduhart
(
talk
|
contribs
)
changed the
status
of r102170
[
removed:
new
added:
deferred]