summaryrefslogtreecommitdiffstats
path: root/system/libraries
diff options
context:
space:
mode:
authorInstructor, Computer Systems Technology <jim_parry@bcit.ca>2016-10-20 10:57:38 +0200
committerGitHub <noreply@github.com>2016-10-20 10:57:38 +0200
commit020ede13e33e6c91d27ee2468ad26e98fe711100 (patch)
tree83ea61fb7820e0b3013cb509cae936bf8a0e87c2 /system/libraries
parentbd01df1dfdb3cdd4d366052dcaece350418db5a3 (diff)
Update Xmlrpc.php
Fix style
Diffstat (limited to 'system/libraries')
-rw-r--r--system/libraries/Xmlrpc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Xmlrpc.php b/system/libraries/Xmlrpc.php
index 4be926f0e..5435bde8d 100644
--- a/system/libraries/Xmlrpc.php
+++ b/system/libraries/Xmlrpc.php
@@ -735,7 +735,7 @@ class XML_RPC_Client extends CI_Xmlrpc
.'Content-Length: '.strlen($msg->payload).$r.$r
.$msg->payload;
- stream_set_timeout($fp,$this->timeout); // set timeout for subsequent operations
+ stream_set_timeout($fp, $this->timeout); // set timeout for subsequent operations
for ($written = $timestamp = 0, $length = strlen($op); $written < $length; $written += $result)
{