Fixed
Details
Priority
MinorAssignee
AlexAlexReporter
AlexAlexDeveloper
AlexAlexReviewer
Gleb SinkovskiyGleb SinkovskiyChange Log Group
FixedChange Log Message
Fixed Fatal Error, that happened when <inp2:m_PrintCurrentParams></inp2:m_PrintCurrentParams> tag attempted to display object of class without "__toString" method.Patch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
Story Points
1Fix versions
Details
Details
Priority
Assignee
Alex
AlexReporter
Alex
AlexDeveloper
Alex
AlexReviewer
Gleb Sinkovskiy
Gleb SinkovskiyChange Log Group
Fixed
Change Log Message
Fixed Fatal Error, that happened when <inp2:m_PrintCurrentParams></inp2:m_PrintCurrentParams> tag attempted to display object of class without "__toString" method.
Patch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
Story Points
1
Fix versions
Created August 15, 2015 at 7:45 AM
Updated December 29, 2024 at 8:55 PM
Resolved September 27, 2015 at 10:00 AM
In "m_PrintCurrentParams" tag check if object is castable to string before attempting to cast it to string.