r110398 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r110397
|
r110398
|
r110399
>
Date:
16:12, 31 January 2012
Author:
gregchiasson
Status:
ok
Tags:
aft
Comment:
AFT5 remove unused global variables on special page per comments on
r109645
.
Modified paths:
/trunk/extensions/ArticleFeedbackv5/api/ApiViewFeedbackArticleFeedbackv5.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/ArticleFeedbackv5/api/ApiViewFeedbackArticleFeedbackv5.php
—
—
@@ -295,7 +295,7 @@
296
296
}
297
297
298
298
protected function renderFeedback( $record ) {
299
- global $wgArticlePath, $wgUser, $wgLang;
299
+ global $wgUser;
300
300
$id = $record[0]->af_id;
301
301
302
302
switch( $record[0]->af_bucket_id ) {
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r109645
AFT5 feedback page- Remove extra title line, make permalink changes as reques...
gregchiasson
21:01, 20 January 2012
Status & tagging log
01:28, 13 June 2012
Krinkle
(
talk
|
contribs
)
changed the
tags
for r110398
[
removed:
nodeploy]
17:18, 1 February 2012
Catrope
(
talk
|
contribs
)
changed the
status
of r110398
[
removed:
new
added:
ok]
17:12, 31 January 2012
MarkAHershberger
(
talk
|
contribs
)
changed the
tags
for r110398
[
added:
aft,nodeploy]