X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=notifyall%2Fnotifyall.php;h=e5e94c7ec7e68786d9efe00926d52d0021bc48bd;hb=d754a5c0f9b27143e88251a76f9656a818168568;hp=6d1793804dbacebc090cce5052453495c5aed20b;hpb=bfa25a197caa3108de5f017f68f6d2647c1229e3;p=friendica-addons.git diff --git a/notifyall/notifyall.php b/notifyall/notifyall.php index 6d179380..e5e94c7e 100644 --- a/notifyall/notifyall.php +++ b/notifyall/notifyall.php @@ -15,16 +15,6 @@ use Friendica\Core\Logger; use Friendica\Core\Renderer; use Friendica\DI; -function notifyall_install() -{ - Logger::log("installed notifyall"); -} - -function notifyall_uninstall() -{ - Logger::log("removed notifyall"); -} - function notifyall_module() {} function notifyall_addon_admin(App $a, &$o) @@ -66,7 +56,7 @@ function notifyall_post(App $a) DI::emailer()->send($notifyEmail->withRecipient($recipient['email'])); } - notice(DI::l10n()->t('Emails sent')); + info(DI::l10n()->t('Emails sent')); DI::baseUrl()->redirect('admin'); }