summaryrefslogtreecommitdiffstats
path: root/endpoints/api.php
diff options
context:
space:
mode:
Diffstat (limited to 'endpoints/api.php')
-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'))