]> git.mxchange.org Git - friendica-addons.git/commitdiff
less &
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 13 May 2018 15:17:40 +0000 (17:17 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 13 May 2018 15:17:40 +0000 (17:17 +0200)
notifyall/notifyall.php

index 8596328e36118296a60a7d1c4b7292608fe798d9..10162c500b8122b4c1cd0ef5855acb3dc5f3120d 100644 (file)
@@ -25,13 +25,13 @@ function notifyall_uninstall()
 
 function notifyall_module() {}
 
-function notifyall_addon_admin(App &$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(App &$a) 
+function notifyall_post(App $a) 
 {
        if(! is_site_admin())
        {