X-Git-Url: http://git.pjr.cc/?p=ga4php.git;a=blobdiff_plain;f=gaas%2Flib%2FgaasdClient.php;fp=gaas%2Flib%2FgaasdClient.php;h=b39c5443f04d52e3044b5edc603e1165e557ed2e;hp=c8eb7bae11b54033547f20252f841f29b3822425;hb=71ffa4aa2e826dea91c533616a97ac49f3d158fd;hpb=17d7c1e759c50b2fe796306f5ca3f46e064cadaa diff --git a/gaas/lib/gaasdClient.php b/gaas/lib/gaasdClient.php index c8eb7ba..b39c544 100644 --- a/gaas/lib/gaasdClient.php +++ b/gaas/lib/gaasdClient.php @@ -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;