]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/source/urls/class_CrawlerUrlSourceLocalStart.php
Continued with crawler:
[hub.git] / application / hub / main / source / urls / class_CrawlerUrlSourceLocalStart.php
index 67279be0468df23b87be6fe538575a4704d7f09d..1ccc9efa99d47eb0c44a5e2dce567858787cc868 100644 (file)
@@ -21,7 +21,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
-class CrawlerUrlSourceLocalStart extends BaseSource implements UrlSource, Registerable {
+class CrawlerUrlSourceLocalStart extends BaseUrlSource implements UrlSource, Registerable {
        /**
         * Protected constructor
         *
@@ -41,6 +41,9 @@ class CrawlerUrlSourceLocalStart extends BaseSource implements UrlSource, Regist
                // Get new instance
                $sourceInstance = new CrawlerUrlSourceLocalStart();
 
+               // Init source
+               $sourceInstance->initSource('crawler', 'local_start');
+
                // Return the prepared instance
                return $sourceInstance;
        }