]> git.mxchange.org Git - friendica.git/commitdiff
restore poller normal operation
authorfriendica <info@friendica.com>
Thu, 23 Feb 2012 04:31:33 +0000 (20:31 -0800)
committerfriendica <info@friendica.com>
Thu, 23 Feb 2012 04:31:33 +0000 (20:31 -0800)
include/poller.php

index a6b85f2d23232e9f71a15ae1079f55d8e940b94e..3e7a1e9b428e1068cbf4209f74c5173ea8c315a2 100755 (executable)
@@ -194,8 +194,8 @@ function poller_run($argv, $argc){
                                                        $update = true;
                                                break;
                                }
-//                             if((! $update) && (! $force))
-//                                     continue;
+                               if((! $update) && (! $force))
+                                       continue;
                        }
 
                        // Check to see if we are running out of memory - if so spawn a new process and kill this one