From ac6df9f1e43a56eb11c8e5cab4976399f514b2ce Mon Sep 17 00:00:00 2001 From: tomas Date: Mon, 15 Aug 2005 13:36:36 +0000 Subject: [PATCH] minor fix --- livesupport/modules/storageServer/var/xmlrpc/xr_cli_test.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/livesupport/modules/storageServer/var/xmlrpc/xr_cli_test.php b/livesupport/modules/storageServer/var/xmlrpc/xr_cli_test.php index 66dcab468..29260d894 100644 --- a/livesupport/modules/storageServer/var/xmlrpc/xr_cli_test.php +++ b/livesupport/modules/storageServer/var/xmlrpc/xr_cli_test.php @@ -23,7 +23,7 @@ Author : $Author: tomas $ - Version : $Revision: 1.12 $ + Version : $Revision: 1.13 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/var/xmlrpc/xr_cli_test.php,v $ ------------------------------------------------------------------------------*/ @@ -192,7 +192,7 @@ default: $parr = $pars[0]; #echo "pinfo not null and not array.\n"; exit; }elseif(count($pinfo) == 0){ - $parr = array(); + $parr = (object)array(); }else{ $parr = array(); $i=0; foreach($pinfo as $it){