]> git.mxchange.org Git - friendica.git/blobdiff - include/poller.php
get rid of 'Friendika'
[friendica.git] / include / poller.php
index 6b12445d195004f53d54bbc9143bf1f6dff49bb9..fefc9b381d4a6c18d74cdb20eff26b57aaa42a38 100644 (file)
@@ -201,8 +201,8 @@ function poller_run($argv, $argc){
 
 
                                if($contact['subhub']) {
-                                       $interval = get_config('system','pushpoll_frequency');
-                                       $contact['priority'] = (($interval !== false) ? intval($interval) : 3);
+                                       $poll_interval = get_config('system','pushpoll_frequency');
+                                       $contact['priority'] = (($poll_interval !== false) ? intval($poll_interval) : 3);
                                        $hub_update = false;
        
                                        if((datetime_convert('UTC','UTC', 'now') > datetime_convert('UTC','UTC', $t . " + 1 day")) || $force)