Actions
Bug #7883
closedUsing a STRING or HTML getter does not guarantee a string response
Description
When calling a getter with GetterInterface::STRING or GetterInterface::HTML the expected response type is string. This can respond with an int, float, etc.. if there is nothing to filter. This should always return a string. Implement type casting to ensure a string is always returned.
Actions