initialize array
This commit is contained in:
@@ -37,7 +37,10 @@ abstract class WebService
|
|||||||
try {
|
try {
|
||||||
|
|
||||||
$result = $this->call($sendSession);
|
$result = $this->call($sendSession);
|
||||||
|
|
||||||
|
$data['result'] = array();
|
||||||
$data["result"][$this->func] = $result;
|
$data["result"][$this->func] = $result;
|
||||||
|
|
||||||
$data = $this->filterOutput($data);
|
$data = $this->filterOutput($data);
|
||||||
|
|
||||||
} catch (WebException $e) {
|
} catch (WebException $e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user