diff --git a/php-neo-rest.php b/php-neo-rest.php index a42df0c..55614b7 100644 --- a/php-neo-rest.php +++ b/php-neo-rest.php @@ -40,7 +40,7 @@ public function getBaseUri() public function performPluginCommand($plugin, $command, $data, $inflate_nodes = true) { - $uri = $this->base_uri.'ext/'.$plugin.'Plugin/graphdb/'$command; + $uri = $this->base_uri.'ext/'.$plugin.'Plugin/graphdb/'.$command; list($response, $http_code) = HTTPUtil::jsonPostRequest($uri, $data);