Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1170004
D270.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Sep 27, 12:03 AM
Size
475 B
Mime Type
text/x-diff
Expires
Sun, Sep 28, 12:03 AM (17 h, 17 m)
Engine
blob
Format
Raw Data
Handle
758116
Attached To
D270: INP-1654 Handle resource type in System Log
D270.diff
View Options
Index: branches/5.2.x/core/kernel/utility/logger.php
===================================================================
--- branches/5.2.x/core/kernel/utility/logger.php
+++ branches/5.2.x/core/kernel/utility/logger.php
@@ -549,6 +549,9 @@
$ret[$key] = 'Class: ' . get_class($value);
}
}
+ elseif ( is_resource($value) ) {
+ $ret[$key] = (string)$value;
+ }
elseif ( strlen($value) > 200 ) {
$ret[$key] = substr($value, 0, 50) . ' ...';
}
Event Timeline
Log In to Comment