X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fmanage.php;h=4beb8e46c65384d545951fb39d7b72df37769dc6;hb=9259feec6f4b0a24c15f971a3dc8fa54f4f08141;hp=835a7fbcb7b781c0ad988692d3a2a702494417c8;hpb=9ca789b9529dceedc35f637804179e1034b3f1d9;p=friendica.git diff --git a/mod/manage.php b/mod/manage.php index 835a7fbcb7..4beb8e46c6 100644 --- a/mod/manage.php +++ b/mod/manage.php @@ -3,7 +3,7 @@ require_once("include/text.php"); -function manage_post(App &$a) { +function manage_post(App $a) { if (! local_user()) { return; @@ -92,7 +92,7 @@ function manage_post(App &$a) { -function manage_content(App &$a) { +function manage_content(App $a) { if (! local_user()) { notice( t('Permission denied.') . EOL);