r82757 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r82756‎ | r82757 | r82758 >
Date:23:05, 24 February 2011
Author:mah
Status:ok
Tags:
Comment:
w/s cleanups
Modified paths:
  • /trunk/extensions/Cite/Cite_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Cite/Cite_body.php
@@ -371,12 +371,12 @@
372372 }
373373 }
374374 array_splice( $this->mRefs[$group], $k, 0,
375 - array( array( 'count' => - 1,
376 - 'text' => $str,
377 - 'key' => ++$this->mOutCnt ,
378 - 'follow' => $follow ) ) );
 375+ array( array( 'count' => - 1,
 376+ 'text' => $str,
 377+ 'key' => ++$this->mOutCnt ,
 378+ 'follow' => $follow ) ) );
379379 array_splice( $this->mRefCallStack, $k, 0,
380 - array( array( 'new', $call, $str, $key, $group, $this->mOutCnt ) ) );
 380+ array( array( 'new', $call, $str, $key, $group, $this->mOutCnt ) ) );
381381 $this->mInCnt++;
382382 }
383383 // return an empty string : this is not a reference

Status & tagging log