X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fprobe.php;h=95f856bfa1499b77c495119196b6fd4ede39eebe;hb=9259feec6f4b0a24c15f971a3dc8fa54f4f08141;hp=fcf83e76030cb4e2dcdaac90161ea73370433b90;hpb=4d21671f75e35e7c2880467dddc0936e8c718d8c;p=friendica.git diff --git a/mod/probe.php b/mod/probe.php index fcf83e7603..95f856bfa1 100644 --- a/mod/probe.php +++ b/mod/probe.php @@ -2,8 +2,7 @@ require_once('include/Scrape.php'); -if(! function_exists('probe_content')) { -function probe_content(&$a) { +function probe_content(App $a) { $o .= '

Probe Diagnostic

'; @@ -23,4 +22,3 @@ function probe_content(&$a) { } return $o; } -}