]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/source/urls/class_CrawlerUploadedListUrlSource.php
Continued:
[hub.git] / application / hub / main / source / urls / class_CrawlerUploadedListUrlSource.php
index 0c7dd60550401062a291a1a7deaf42f0dc0db0c8..605478d6059419ab3a1420bc6713aab9f2d87c5a 100644 (file)
@@ -44,6 +44,7 @@ class CrawlerUploadedListUrlSource extends BaseUrlSource implements UrlSource, R
                // Init source
                $sourceInstance->initSource('crawler', 'uploaded_list');
 
+               // Get a 
                // Return the prepared instance
                return $sourceInstance;
        }
@@ -56,10 +57,10 @@ class CrawlerUploadedListUrlSource extends BaseUrlSource implements UrlSource, R
         */
        public function processStack () {
                // Does the stack have some entries left?
-               if ($this->isUrlStackEmpty()) {
+               if (!$this->isUrlStackEmpty()) {
                        // Nothing to handle here
-                       return;
-               } // END - if
+                       $this->processNextEntry();
+               } elseif ($this->
 
                $this->partialStub('Please implement this method.');
        }