|
@@ -81,7 +81,7 @@ class Webservice
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
- return $results;
|
|
|
|
|
|
+ return (array)$results;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -203,4 +203,4 @@ class Webservice
|
|
return array("error"=>"Webservice({$webservice}) not found.");
|
|
return array("error"=>"Webservice({$webservice}) not found.");
|
|
}
|
|
}
|
|
|
|
|
|
-}
|
|
|
|
|
|
+}
|