Skip to content

Commit

Permalink
fix client key authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Gavryliuk committed Nov 7, 2016
1 parent 99c83b7 commit 3b594e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/servers/solusvmpro/lib/SolusVM.php
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ public function clientAreaCalculations( $result ) {
}

$callArray = array(
"vserverid" => $this->getParam( "vserverid" ),
"vserverid" => $this->getParam( "customfields" )["vserverid"],
"forward" => "1",
"returnurl" => $sysurl . "clientarea.php?action=productdetails&id=" . $this->getParam( 'serviceid' ),
);
Expand Down

0 comments on commit 3b594e3

Please sign in to comment.