mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-23 22:45:20 +00:00
Whitespace/documentation
This commit is contained in:
parent
cd508f29b9
commit
607f9bbd27
Notes:
Sam Reed
2011-09-14 15:07:20 +00:00
|
@ -1020,7 +1020,7 @@ class Cite {
|
|||
*
|
||||
* @return bool
|
||||
*/
|
||||
function clearState( $parser ) {
|
||||
function clearState( &$parser ) {
|
||||
if ( $parser->extCite !== $this ) {
|
||||
return $parser->extCite->clearState( $parser );
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue