You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/resto/core/api/ServicesAPI.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -431,7 +431,7 @@ public function sendActivationLink($params, $body)
431
431
// Send activation link
432
432
if (isset($user->profile['id']) && $user->profile['activated'] === 0) {
433
433
if (!((newRestoNotifier($this->context->servicesInfos, $this->context->lang))->sendMailForUserActivation($body['email'], $this->context->core['sendmail'], array(
Copy file name to clipboardExpand all lines: app/resto/core/api/UsersAPI.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -693,7 +693,7 @@ private function storeProfile($profile, $storageInfo)
693
693
}
694
694
695
695
if (!(newRestoNotifier($this->context->servicesInfos, $this->context->lang))->sendMailForUserActivation($profile['email'], $this->context->core['sendmail'], array(
0 commit comments