Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F2969
Image.php.diff
Public
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Authored By
•
bzimport
Nov 21 2014, 9:18 PM
2014-11-21 21:18:31 (UTC+0)
Size
468 B
Referenced Files
None
Subscribers
None
Image.php.diff
View Options
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
Details
Attached
Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2539
Default Alt Text
Image.php.diff (468 B)
Attached To
Mode
T8044: Enable Wikitext for MediaWiki:Thumbnail_error
Attached
Detach File
Event Timeline
Log In to Comment