Skip to content

Commit

Permalink
Fix for CalDAV Apple Provisioning
Browse files Browse the repository at this point in the history
Closes nextcloud#29433 

Signed-off-by: ITManager <github.com@itmanager.ro>
  • Loading branch information
ITManager authored Feb 6, 2022
1 parent e872131 commit 8003d7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public function httpGet(RequestInterface $request, ResponseInterface $response):
$server_url = $parsedUrl['host'];

$description = $this->themingDefaults->getName();
$userId = $user->getUID();
$userId = $user->getEMailAddress();

$reverseDomain = implode('.', array_reverse(explode('.', $parsedUrl['host'])));

Expand Down

0 comments on commit 8003d7d

Please sign in to comment.