Page MenuHomeIn-Portal Phabricator

D73.diff
No OneTemporary

File Metadata

Created
Mon, Jan 6, 8:18 AM

D73.diff

Index: branches/5.2.x/core/kernel/utility/debugger.php
===================================================================
--- branches/5.2.x/core/kernel/utility/debugger.php
+++ branches/5.2.x/core/kernel/utility/debugger.php
@@ -721,6 +721,10 @@
return $this->processObject($array, $tab_count);
break;
+ case 'resource':
+ return (string)$array . "\n";
+ break;
+
default:
// number or string
if ( strlen($array) > 200 ) {

Event Timeline