]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Register.php
Merge pull request #9965 from annando/reload-after-follow
[friendica.git] / src / Module / Register.php
index 3e50de8972f732d617fc5c9e7526c0367403911e..52654754a7926d857923af2b22960ad5b8d1a8ee 100644 (file)
@@ -365,7 +365,7 @@ class Register extends BaseModule
                        // send notification to admins
                        while ($admin = DBA::fetch($admins_stmt)) {
                                \notification([
-                                       'type'         => Model\Notify\Type::SYSTEM,
+                                       'type'         => Model\Notification\Type::SYSTEM,
                                        'event'        => 'SYSTEM_REGISTER_REQUEST',
                                        'uid'          => $admin['uid'],
                                        'link'         => $base_url . '/admin/users/',