]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/source/urls/class_CrawlerUrlSourceRssStart.php
Continued with crawler:
[hub.git] / application / hub / main / source / urls / class_CrawlerUrlSourceRssStart.php
index 7378c0c0bc74537c06cf70e5d83fde0cb4b42d14..12177e7add1526f30d3b36d6f5d4d485f6ecf25f 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 CrawlerUrlSourceRssStart extends BaseSource implements UrlSource, Registerable {
+class CrawlerUrlSourceRssStart extends BaseUrlSource implements UrlSource, Registerable {
        /**
         * Protected constructor
         *
@@ -41,6 +41,9 @@ class CrawlerUrlSourceRssStart extends BaseSource implements UrlSource, Register
                // Get new instance
                $sourceInstance = new CrawlerUrlSourceRssStart();
 
+               // Init source
+               $sourceInstance->initSource('crawler', 'rss_start');
+
                // Return the prepared instance
                return $sourceInstance;
        }