]> git.mxchange.org Git - friendica.git/blobdiff - mod/probe.php
the Quattro admin_user template was missing the users note for the admin
[friendica.git] / mod / probe.php
index fcf83e76030cb4e2dcdaac90161ea73370433b90..95f856bfa1499b77c495119196b6fd4ede39eebe 100644 (file)
@@ -2,8 +2,7 @@
 
 require_once('include/Scrape.php');
 
-if(! function_exists('probe_content')) {
-function probe_content(&$a) {
+function probe_content(App $a) {
 
        $o .= '<h3>Probe Diagnostic</h3>';
 
@@ -23,4 +22,3 @@ function probe_content(&$a) {
        }
        return $o;
 }
-}