X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fcrepair.php;h=59ac620a374cf1dc4730ef3b1455b3e198ce2182;hb=e5429b2d174a2410a06079f13de24ece013733b9;hp=308d5b95e9d573ea990966225b4e02db897ee294;hpb=35973b9273df73b92b840634ff021deb501e4221;p=friendica.git diff --git a/mod/crepair.php b/mod/crepair.php index 308d5b95e9..59ac620a37 100644 --- a/mod/crepair.php +++ b/mod/crepair.php @@ -1,10 +1,14 @@ argc > 1) ? intval($a->argv[1]) : 0); @@ -95,9 +99,9 @@ function crepair_post(App &$a) { -function crepair_content(App &$a) { +function crepair_content(App $a) { - if(! local_user()) { + if (! local_user()) { notice( t('Permission denied.') . EOL); return; }