r53300 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r53299
|
r53300
|
r53301
>
Date:
09:40, 15 July 2009
Author:
catrope
Status:
ok
Tags:
Comment:
(
bug 19728
) Use wfDebug() instead of print for debugging in UploadBase.php . Patch by OverlordQ
Modified paths:
/trunk/phase3/includes/upload/UploadBase.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/upload/UploadBase.php
—
—
@@ -64,7 +64,7 @@
65
65
66
66
$type = ucfirst($type);
67
67
$className = 'UploadFrom'.$type;
68
- print "class name: $className";
68
+ wfDebug( __METHOD__.": class name: $className");
69
69
if( !in_array( $type, self::$uploadHandlers ) )
70
70
return null;
71
71
Status & tagging log
17:01, 22 August 2009
Brion VIBBER
(
talk
|
contribs
)
changed the
status
of r53300
[
removed:
new
added:
ok]