added some more messages to the client/server comms
[ga4php.git] / gaas / lib / gaasdClient.php
index c8eb7ba..b39c544 100644 (file)
@@ -87,7 +87,7 @@ class GAASClient {
                //echo "real function is $function_send, $function_recv\n";
                
                if(function_exists($function_send)) {
-                       $fromsend = $this->sendReceive($st_defined, $function_send($params)));
+                       $fromsend = $this->sendReceive($st_defined, $function_send($params));
                        if(function_exists($function_recv)) {
                                return $function_recv($fromsend);
                        } else return $fromsend;