]> git.mxchange.org Git - friendica-addons.git/blobdiff - notifyall/notifyall.php
ijpost addon HU translation added THX Balázs Úr
[friendica-addons.git] / notifyall / notifyall.php
index 6d1793804dbacebc090cce5052453495c5aed20b..e5e94c7ec7e68786d9efe00926d52d0021bc48bd 100644 (file)
@@ -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');
 }