]> git.mxchange.org Git - friendica.git/blobdiff - include/gprobe.php
This merge brings back dbm::is_result() where I could find it.
[friendica.git] / include / gprobe.php
index 70c45547eb39a149a2d969bc878702634577aae1..d6c1e912505c3f3c60a6564ddf62ceb88558d029 100644 (file)
@@ -65,7 +65,7 @@ function gprobe_run(&$argv, &$argc){
                        dbesc(normalise_link($url))
                );
        }
-       if(dba::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']));