]> git.mxchange.org Git - friendica.git/blobdiff - include/gprobe.php
Cleanup for #3010 - added spaces, thanks to @annando .
[friendica.git] / include / gprobe.php
index 42a8ef71355d1fc8a044c254de0e82ef6c42a762..7169aada3f7e38435d194f770c62f8186794b9da 100644 (file)
@@ -64,7 +64,7 @@ function gprobe_run(&$argv, &$argc){
                        dbesc(normalise_link($url))
                );
        }
-       if(dbm::is_result($r)) {
+       if (dbm::is_result($r)) {
                // Check for accessibility and do a poco discovery
                if (poco_last_updated($r[0]['url'], true) AND ($r[0]["network"] == NETWORK_DFRN))
                        poco_load(0,0,$r[0]['id'], str_replace('/profile/','/poco/',$r[0]['url']));