]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Register.php
Move mod/cal.php and mod/events.php to Module
[friendica.git] / src / Module / Register.php
index b820f4ae1def8917a793c3f25821ef70eabd2e36..c168c517ef6a584a9d1ef183530decc62aae9161 100644 (file)
@@ -333,7 +333,6 @@ class Register extends BaseModule
 
                                if ($res) {
                                        DI::sysmsg()->addInfo(DI::l10n()->t('Registration successful. Please check your email for further instructions.'));
-                                       $this->sendNotification($user, 'SYSTEM_REGISTER_NEW');
                                        if (DI::config()->get('system', 'register_notification')) {
                                                $this->sendNotification($user, 'SYSTEM_REGISTER_NEW');
                                        }