Skip to content

Commit

Permalink
fix: add missing var
Browse files Browse the repository at this point in the history
Signed-off-by: Git'Fellow <[email protected]>
  • Loading branch information
solracsf authored Feb 6, 2025
1 parent 86c351d commit 35edc54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/settings/lib/Hooks.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ public function onChangeEmail(IUser $user, $oldMailAddress) {
->setType('personal_settings')
->setAffectedUser($user->getUID());

$instanceName = $this->defaults->getName();
$instanceUrl = $this->urlGenerator->getAbsoluteURL('/');
$language = $this->languageFactory->getUserLanguage($user);
$l = $this->languageFactory->get('settings', $language);
Expand Down

0 comments on commit 35edc54

Please sign in to comment.