r10226 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r10225
|
r10226
|
r10227
>
Date:
18:26, 21 July 2005
Author:
avar
Status:
old
Tags:
Comment:
* Fixed bug: Bah, fucking automatic typecasting
Modified paths:
/trunk/phase3/includes/Exif.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/Exif.php
—
—
@@ -951,7 +951,7 @@
952
952
* @return string A wfMsg of "exif-$tag-$val" in lower case
953
953
*/
954
954
function msg( $tag, $val, $arg = null ) {
955
- if ($val == '')
955
+ if ($val === '')
956
956
$val = 'value';
957
957
return wfMsg( strtolower( "exif-$tag-$val" ), $arg );
958
958
}
Status & tagging log
01:58, 13 October 2010
😂
(
talk
|
contribs
)
changed the
status
of r10226
[
removed:
new
added:
old]