r100086 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r100085
|
r100086
|
r100087
>
Date:
21:00, 17 October 2011
Author:
platonides
Status:
ok
Tags:
Comment:
Remove global added in 2005 by vibber (
r11563
). There's a new one added in
r99349
.
Modified paths:
/trunk/phase3/includes/Title.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/Title.php
—
—
@@ -3292,7 +3292,6 @@
3293
3293
MessageCache::singleton()->replace( $nt->getDBkey(), $newarticle->getContent() );
3294
3294
}
3295
3295
3296
- global $wgUser;
3297
3296
wfRunHooks( 'TitleMoveComplete', array( &$this, &$nt, &$wgUser, $pageid, $redirid ) );
3298
3297
return true;
3299
3298
}
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r11563
* (
bug 3667
) Add missing global in page move code...
vibber
06:02, 29 October 2005
r99349
FU
r99323
: spread blocks for edit/move attempts via the API (which uses these...
aaron
12:30, 9 October 2011
Status & tagging log
06:38, 18 October 2011
Aaron Schulz
(
talk
|
contribs
)
changed the
status
of r100086
[
removed:
new
added:
ok]