Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
6ef678e4
Commit
6ef678e4
authored
Aug 15, 2005
by
Dries
Browse files
- Patch
#28871
by Malthus: added missing quotes.
parent
badb162c
Changes
1
Hide whitespace changes
Inline
Side-by-side
includes/xmlrpc.inc
View file @
6ef678e4
...
...
@@ -49,7 +49,7 @@ function xmlrpc_value_calculate_type(&$xmlrpc_value) {
$xmlrpc_value
->
data
=
get_object_vars
(
$xmlrpc_value
->
data
);
return
'struct'
;
default
:
return
string
;
return
'
string
'
;
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment