Fix bug when trying to add new subuser.

This commit is contained in:
Dane Everitt 2017-02-17 18:26:47 -05:00
parent 9af06b4b59
commit 3240601d03
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
2 changed files with 2 additions and 1 deletions

View file

@ -177,7 +177,7 @@ class SubuserRepository
$server->node->guzzleClient([
'X-Access-Server' => $server->uuid,
'X-Access-Token' => $node->daemonSecret,
'X-Access-Token' => $server->node->daemonSecret,
])->request('PATCH', '/server', [
'json' => [
'keys' => [