Skip to content

Commit

Permalink
fixup! MDL-81924 factor_sms: Add support for SMS gateway selection
Browse files Browse the repository at this point in the history
  • Loading branch information
HuongNV13 authored and mickhawkins committed Sep 20, 2024
1 parent e0e8b07 commit 7e2d4a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 36 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ public function execute(): void {
$messagesubject = get_string('notification:smsgatewaymigration', 'factor_sms');

$message = new \core\message\message();
$message->component = 'factor_sms';
$message->name = 'sms_gateway_migrated';
$message->component = 'moodle';
$message->name = 'notices';
$message->userfrom = \core_user::get_noreply_user();
$message->subject = $messagesubject;
$message->fullmessageformat = FORMAT_HTML;
Expand Down
34 changes: 0 additions & 34 deletions admin/tool/mfa/factor/sms/db/messages.php

This file was deleted.

0 comments on commit 7e2d4a9

Please sign in to comment.