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 @@
352
352
353
353
$this->mParser = $parser;
354
354
355
- if ( $str !== null )
355
+ if ( strval( $str ) !== '' )
356
356
return $this->error( 'cite_error_references_invalid_input' );
357
357
358
358
Status & tagging log
15:26, 12 September 2011
Meno25
(
talk
|
contribs
)
changed the
status
of r33066
[
removed:
ok
added:
old]