summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2018-08-22 13:49:15 +0200
committerAndrey Andreev <narf@devilix.net>2018-08-22 13:49:15 +0200
commit058102de9f4977968fe5d7359e63400d4927cf72 (patch)
treec075a095d82ea841cee1f699698d731653c1fa8b /system
parent9a2ffb39d23d589777f36efd2c7f692a77a2717a (diff)
[ci skip] Fix #5571
Diffstat (limited to 'system')
-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 c23504de8..fef3b05dd 100644
--- a/system/libraries/Xmlrpc.php
+++ b/system/libraries/Xmlrpc.php
@@ -1213,7 +1213,7 @@ class XML_RPC_Message extends CI_Xmlrpc
{
echo '<pre>';
- if (count($this->xh[$pname]['headers'] > 0))
+ if (count($this->xh[$pname]['headers']) > 0)
{
echo "---HEADERS---\n";
foreach ($this->xh[$pname]['headers'] as $header)