r94693 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r94692
|
r94693
|
r94694
>
Date:
21:50, 16 August 2011
Author:
neilk
Status:
deferred
Tags:
Comment:
missing breaks in switch cases
Modified paths:
/branches/extensions-realtime/IdentityApi/IdentityApi.class.php
(modified) (
history
)
Diff
[
purge
]
Index: branches/extensions-realtime/IdentityApi/IdentityApi.class.php
—
—
@@ -105,8 +105,10 @@
106
106
break;
107
107
case 'wgServer':
108
108
$ret['wgServer'] = $wgServer;
109
+ break;
109
110
case 'wgArticlePath':
110
111
$ret['wgArticlePath'] = $wgArticlePath;
112
+ break;
111
113
default:
112
114
break;
113
115
}
Status & tagging log
21:20, 24 August 2011
Reedy
(
talk
|
contribs
)
changed the
status
of r94693
[
removed:
new
added:
deferred]