]> git.mxchange.org Git - friendica.git/blobdiff - include/gprobe.php
Fetching new queue tasks in a bulk to increase speed
[friendica.git] / include / gprobe.php
index 8e9ebd1227eed389ca1abcda3fd8ab789e7385eb..788a9eb0447fef3ca489dfb0b26cbbbd90380092 100644 (file)
@@ -47,7 +47,7 @@ function gprobe_run(&$argv, &$argc){
        }
        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))
+               if (poco_last_updated($r[0]['url'], true) && ($r[0]["network"] == NETWORK_DFRN))
                        poco_load(0,0,$r[0]['id'], str_replace('/profile/','/poco/',$r[0]['url']));
        }