mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-23 22:45:20 +00:00
Merge "Rename field to "key""
This commit is contained in:
commit
740bd24178
|
@ -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 ];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue