Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ecab62a6 authored by Akhil's avatar Akhil 🙂
Browse files

no error message when folder not created

parent 762ed8bd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ class UserController extends ApiController

        $createdFolder = $this->userService->createUserFolder($uid);
        if (!$createdFolder) {
            return $this->getErrorResponse($response, 'error_creating_user_folder', 500);
            $response->setStatus(500);
        }

        return $response;