Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
oncletom committed Oct 25, 2011
1 parent 15bf04f commit 531e231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php-neo-rest.php
Expand Up @@ -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);

Expand Down

0 comments on commit 531e231

Please sign in to comment.