mirror of
https://github.com/friendica/friendica
synced 2025-04-24 03:10:11 +00:00
Move Notify::TYPE_SYSTEM
This commit is contained in:
parent
c6915dc672
commit
511556085a
4 changed files with 7 additions and 15 deletions
|
@ -348,7 +348,7 @@ class Register extends BaseModule
|
|||
// send notification to admins
|
||||
while ($admin = DBA::fetch($admins_stmt)) {
|
||||
\notification([
|
||||
'type' => NOTIFY_SYSTEM,
|
||||
'type' => Model\Notify\Type::SYSTEM,
|
||||
'event' => 'SYSTEM_REGISTER_REQUEST',
|
||||
'source_name' => $user['username'],
|
||||
'source_mail' => $user['email'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue