Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/Controller/LostController.php')
-rw-r--r--core/Controller/LostController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Controller/LostController.php b/core/Controller/LostController.php
index d7d9bc4c15c..e3d59951d4e 100644
--- a/core/Controller/LostController.php
+++ b/core/Controller/LostController.php
@@ -251,7 +251,7 @@ class LostController extends Controller {
* @param string $user
* @return JSONResponse
*/
- public function email($user){
+ public function email($user) {
if ($this->config->getSystemValue('lost_password_link', '') !== '') {
return new JSONResponse($this->error($this->l10n->t('Password reset is disabled')));
}