summaryrefslogtreecommitdiffstats
path: root/endpoints
diff options
context:
space:
mode:
authorNicholas Pitt <ngpitt@xphysics.net>2015-08-02 17:38:43 -0400
committerNicholas Pitt <ngpitt@xphysics.net>2015-08-02 17:38:43 -0400
commitd0e78135f649498f047fe0dc096688e9e053411c (patch)
tree26d81cb81f3bde86b044608bc644d6f8181751bd /endpoints
parent1a1b09b6824ef72e656a3893f800adb4ffeba0e9 (diff)
downloadphpvirtualbox-d0e78135f649498f047fe0dc096688e9e053411c.zip
phpvirtualbox-d0e78135f649498f047fe0dc096688e9e053411c.tar.gz
phpvirtualbox-d0e78135f649498f047fe0dc096688e9e053411c.tar.bz2
Fixed bug in api.php change password and corrected the lib path in recovery.php
Diffstat (limited to 'endpoints')
-rw-r--r--endpoints/api.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/endpoints/api.php b/endpoints/api.php
index e617625..8abd6e9 100644
--- a/endpoints/api.php
+++ b/endpoints/api.php
@@ -179,7 +179,7 @@ try {
$settings = new phpVBoxConfigClass();
$response['data']['success'] = $settings->auth->changePassword($request['params']['old'],
- $request['parans']['new']);
+ $request['params']['new']);
// We're done writing to session
if(function_exists('session_write_close'))