]> git.mxchange.org Git - friendica-addons.git/commitdiff
more free Apps for the world
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 13 May 2018 15:16:06 +0000 (17:16 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 13 May 2018 15:16:06 +0000 (17:16 +0200)
notifyall/notifyall.php

index a8b22a6757322643db530013cc429e920ecc7d59..8596328e36118296a60a7d1c4b7292608fe798d9 100644 (file)
@@ -11,6 +11,7 @@
 use Friendica\Content\Text\BBCode;
 use Friendica\Core\L10n;
 use Friendica\Util\Emailer;
+use Friendica\App;
 
 function notifyall_install() 
 {
@@ -24,13 +25,13 @@ function notifyall_uninstall()
 
 function notifyall_module() {}
 
-function notifyall_addon_admin(&$a, &$o) 
+function notifyall_addon_admin(App &$a, &$o) 
 {
        $o = '<div></div>&nbsp;&nbsp;&nbsp;&nbsp;<a href="' . z_root() . '/notifyall">' . L10n::t('Send email to all members') . '</a></br/>';
 }
 
 
-function notifyall_post(&$a) 
+function notifyall_post(App &$a) 
 {
        if(! is_site_admin())
        {