Merge "Rename field to "key""

This commit is contained in:
jenkins-bot 2019-12-09 12:21:18 +00:00 committed by Gerrit Code Review
commit 740bd24178

View file

@ -252,8 +252,8 @@ class ReferenceStack {
$call = array_pop( $this->refCallStack );
if ( $call !== false ) {
[ $action, $argv, $text, $name, $extends, $group, $index ] = $call;
$this->rollbackRef( $action, $name, $extends, $group, $index );
[ $action, $argv, $text, $name, $extends, $group, $key ] = $call;
$this->rollbackRef( $action, $name, $extends, $group, $key );
$redoStack[] = [ $argv, $text ];
}
}