Page MenuHomePhabricator

Image.php.diff

Authored By
bzimport
Nov 21 2014, 9:18 PM
Size
468 B
Referenced Files
None
Subscribers
None

Image.php.diff

Index: Image.php
===================================================================
--- Image.php (revision 20108)
+++ Image.php (working copy)
@@ -1293,7 +1293,7 @@
wfDebugLog( 'thumbnail',
sprintf( 'thumbnail failed on %s: error %d "%s" from "%s"',
wfHostname(), $retval, trim($err), $cmd ) );
- return wfMsg( 'thumbnail_error', $err );
+ return wfMsgExt( 'thumbnail_error', array( 'parseinline' ), $err );
} else {
return true;
}

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2539
Default Alt Text
Image.php.diff (468 B)

Event Timeline