r88665 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r88664
|
r88665
|
r88666
>
Date:
18:57, 23 May 2011
Author:
happy-melon
Status:
ok
Tags:
Comment:
Follow-up
r85403
: rm unwanted "new" declaration.
Modified paths:
/trunk/phase3/tests/phpunit/includes/parser/NewParserTest.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/tests/phpunit/includes/parser/NewParserTest.php
—
—
@@ -302,7 +302,7 @@
303
303
$GLOBALS['wgLang'] = $context->lang;
304
304
305
305
$GLOBALS['wgMemc'] = new EmptyBagOStuff;
306
- $GLOBALS['wgOut'] = new $context->output;
306
+ $GLOBALS['wgOut'] = $context->output;
307
307
308
308
global $wgHooks;
309
309
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r85403
Follow-up
r85302
: update OutputPage constructors in core.
happy-melon
00:06, 5 April 2011
Status & tagging log
20:42, 25 May 2011
IAlex
(
talk
|
contribs
)
changed the
status
of r88665
[
removed:
new
added:
ok]