summaryrefslogtreecommitdiff
path: root/includes/xmlrpc.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-05-16 09:22:36 +0000
committerDries Buytaert <dries@buytaert.net>2006-05-16 09:22:36 +0000
commit3d38b57220a6302f34d31b332c1b680569493ab9 (patch)
tree7c35a1a4d40bfeec3569d4ca3efbd47e854924b4 /includes/xmlrpc.inc
parent2d9eaf01cf87f56f5b159ac25c588097316dd74f (diff)
downloadbrdo-3d38b57220a6302f34d31b332c1b680569493ab9.tar.gz
brdo-3d38b57220a6302f34d31b332c1b680569493ab9.tar.bz2
- Patch #41481 by Zen, Cvbge, sun et al: bugfix: duplicate key error while editing locale strings.
Diffstat (limited to 'includes/xmlrpc.inc')
-rw-r--r--includes/xmlrpc.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/xmlrpc.inc b/includes/xmlrpc.inc
index 4db993798..2c37f36b5 100644
--- a/includes/xmlrpc.inc
+++ b/includes/xmlrpc.inc
@@ -417,9 +417,9 @@ function xmlrpc_base64_get_xml($xmlrpc_base64) {
}
/**
- * Execute an XML remote procedural call. This is private function; call xmlrpc()
+ * Execute an XML remote procedural call. This is private function; call xmlrpc()
* in common.inc instead of this functino.
- *
+ *
* @return
* A $xmlrpc_message object if the call succeeded; FALSE if the call failed
*/