]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/source/urls/class_CrawlerUrlSourceUploadedList.php
Continued with crawler:
[hub.git] / application / hub / main / source / urls / class_CrawlerUrlSourceUploadedList.php
index 5ef26cdaf0a2f36d1aa253e18ff139911b2d369a..96d1ba2d6d8d7be7c2ebe9422eb30d3f2560dbff 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 CrawlerUrlSourceUploadedList extends BaseSource implements UrlSource, Registerable {
+class CrawlerUrlSourceUploadedList extends BaseUrlSource implements UrlSource, Registerable {
        /**
         * Protected constructor
         *
@@ -41,6 +41,9 @@ class CrawlerUrlSourceUploadedList extends BaseSource implements UrlSource, Regi
                // Get new instance
                $sourceInstance = new CrawlerUrlSourceUploadedList();
 
+               // Init source
+               $sourceInstance->initSource('crawler', 'uploaded_list');
+
                // Return the prepared instance
                return $sourceInstance;
        }