summaryrefslogtreecommitdiffstats
path: root/system/libraries/Xmlrpcs.php
diff options
context:
space:
mode:
Diffstat (limited to 'system/libraries/Xmlrpcs.php')
-rw-r--r--system/libraries/Xmlrpcs.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/libraries/Xmlrpcs.php b/system/libraries/Xmlrpcs.php
index b47104857..e4d3cffde 100644
--- a/system/libraries/Xmlrpcs.php
+++ b/system/libraries/Xmlrpcs.php
@@ -318,8 +318,8 @@ class CI_Xmlrpcs extends CI_Xmlrpc
}
else
{
- $obj =& get_instance();
- return $obj->$method_parts['1']($m);
+ $CI =& get_instance();
+ return $CI->$method_parts['1']($m);
//$class = new $method_parts['0'];
//return $class->$method_parts['1']($m);
//return call_user_func(array(&$method_parts['0'],$method_parts['1']), $m);