X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=mod%2Fmanage.php;h=4beb8e46c65384d545951fb39d7b72df37769dc6;hb=f94a10bf00de699a5f3d22ea74665053a5661175;hp=835a7fbcb7b781c0ad988692d3a2a702494417c8;hpb=cbc32143d7c9a70fa89238e5a75a22c4b8eacc41;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);