r101836 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r101835
|
r101836
|
r101837
>
Date:
17:09, 3 November 2011
Author:
nikerabbit
Status:
ok
Tags:
Comment:
Followup
r101834
- this time tested
Modified paths:
/trunk/phase3/includes/RecentChange.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/RecentChange.php
—
—
@@ -199,7 +199,7 @@
200
200
201
201
# Notify external application via UDP
202
202
if ( !$noudp ) {
203
- $this->notifyRC2UDP()
203
+ $this->notifyRC2UDP();
204
204
}
205
205
206
206
# E-mail notifications
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r101834
Quick ugly fix to avoid duplicate log entries in rc feed....
nikerabbit
17:07, 3 November 2011
Status & tagging log
19:53, 3 November 2011
Aaron Schulz
(
talk
|
contribs
)
changed the
status
of r101836
[
removed:
new
added:
ok]