Skip to content
Snippets Groups Projects
Commit f6986dd8 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #28871 by Malthus: added missing quotes.

parent d177d7f9
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ function xmlrpc_value_calculate_type(&$xmlrpc_value) {
$xmlrpc_value->data = get_object_vars($xmlrpc_value->data);
return 'struct';
default:
return string;
return 'string';
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment