r108181 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r108180
|
r108181
|
r108182
>
Date:
23:01, 5 January 2012
Author:
hashar
Status:
ok
Tags:
Comment:
XCF: remove var_dump() statement
Modified paths:
/trunk/phase3/includes/media/XCF.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/media/XCF.php
—
—
@@ -89,7 +89,6 @@
90
90
91
91
# Check values
92
92
if( $header['magic'] !== 'gimp xcf' ) {
93
- var_dump( $header );
94
93
wfDebug( __METHOD__ . " '$filename' has invalid magic signature.\n" );
95
94
return false;
96
95
}
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r108141
rewrite getXCFMetaData() to get ride of im identify...
hashar
14:48, 5 January 2012
Status & tagging log
23:02, 5 January 2012
Siebrand
(
talk
|
contribs
)
changed the
status
of r108181
[
removed:
new
added:
ok]