HHVM removal: Drop HHVM support for MovePage execution of TimeMoveComplete
Change-Id: I5b1a41d8267ca322d641b66cff9ca418eba585ea
This commit is contained in:
parent
c00e7cd793
commit
60a064feaa
1 changed files with 1 additions and 3 deletions
|
|
@ -664,9 +664,7 @@ class MovePage {
|
|||
new AtomicSectionUpdate(
|
||||
$dbw,
|
||||
__METHOD__,
|
||||
// Hold onto $user to avoid HHVM bug where it no longer
|
||||
// becomes a reference (T118683)
|
||||
function () use ( $params, &$user ) {
|
||||
function () use ( $params ) {
|
||||
Hooks::run( 'TitleMoveComplete', $params );
|
||||
}
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue