r33066 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r33065‎ | r33066 | r33067 >
Date:09:37, 10 April 2008
Author:tstarling
Status:old
Tags:
Comment:
Support #tag properly, allow <references></references>
Modified paths:
  • /trunk/extensions/Cite/Cite.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Cite/Cite.php
@@ -351,7 +351,7 @@
352352
353353 $this->mParser = $parser;
354354
355 - if ( $str !== null )
 355+ if ( strval( $str ) !== '' )
356356 return $this->error( 'cite_error_references_invalid_input' );
357357
358358

Status & tagging log