summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
Diffstat (limited to 'settings')
-rw-r--r--settings/changepassword/controller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/changepassword/controller.php b/settings/changepassword/controller.php
index 1ecb644a96c..e8c2a1943f3 100644
--- a/settings/changepassword/controller.php
+++ b/settings/changepassword/controller.php
@@ -89,7 +89,7 @@ class Controller {
));
} elseif (!$result && !$recoveryPasswordSupported) {
$l = new \OC_L10n('settings');
- \OC_JSON::error(array("data" => array( $l->t("message" => "Unable to change password" ) )));
+ \OC_JSON::error(array("data" => array( "message" => $l->t("Unable to change password" ) )));
} else {
\OC_JSON::success(array("data" => array( "username" => $username )));
}