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

Commit 0b1de4d6 authored by Ronak Patel's avatar Ronak Patel
Browse files

changed to null

parent 0703984f
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -89,7 +89,7 @@ class UserController extends ApiController {

		$user->setEMailAddress($email);
		$user->setQuota($quota);
		if ($this->l10nFactory->languageExists('core', $userLanguage)) {
		if ($this->l10nFactory->languageExists(null, $userLanguage)) {
			$this->config->setUserValue($uid, 'core', 'lang', $userLanguage);
		}
		$this->userService->sendWelcomeEmail($uid, $email);