We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 278bf21 commit 7e6d322Copy full SHA for 7e6d322
mta_sdk.php
@@ -77,7 +77,6 @@ public function callFunction( $resourceName, $function, $args )
77
}
78
$path = "/" . $resourceName . "/call/" . $function;
79
$result = $this->do_post_request( $this->host, $this->port, $path, $json_output );
80
- echo $json_output;
81
$out = mta::convertToObjects( json_decode( $result, true ) );
82
83
return (is_array($out)) ? $out : false;
0 commit comments