mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-24 06:54:00 +00:00
w/s cleanups
This commit is contained in:
parent
1c1b9290d5
commit
ab606caf02
|
@ -371,12 +371,12 @@ class Cite {
|
|||
}
|
||||
}
|
||||
array_splice( $this->mRefs[$group], $k, 0,
|
||||
array( array( 'count' => - 1,
|
||||
'text' => $str,
|
||||
'key' => ++$this->mOutCnt ,
|
||||
'follow' => $follow ) ) );
|
||||
array( array( 'count' => - 1,
|
||||
'text' => $str,
|
||||
'key' => ++$this->mOutCnt ,
|
||||
'follow' => $follow ) ) );
|
||||
array_splice( $this->mRefCallStack, $k, 0,
|
||||
array( array( 'new', $call, $str, $key, $group, $this->mOutCnt ) ) );
|
||||
array( array( 'new', $call, $str, $key, $group, $this->mOutCnt ) ) );
|
||||
$this->mInCnt++;
|
||||
}
|
||||
// return an empty string : this is not a reference
|
||||
|
|
Loading…
Reference in a new issue