]> git.mxchange.org Git - hub.git/commitdiff
Fixed correct config entry.
authorRoland Haeder <roland@mxchange.org>
Sun, 7 Dec 2014 22:38:20 +0000 (23:38 +0100)
committerRoland Haeder <roland@mxchange.org>
Sun, 7 Dec 2014 22:38:20 +0000 (23:38 +0100)
Signed-off-by: Roland Haeder <roland@mxchange.org>
application/hub/main/source/urls/class_CrawlerUploadedListUrlSource.php

index 5b1814594a3b565105a4a83f92c4d48c866637cb..6e51a4c6768ec156127df5aa928944d020419a1b 100644 (file)
@@ -57,7 +57,7 @@ class CrawlerUploadedListUrlSource extends BaseUrlSource implements UrlSource, R
                parent::__construct(__CLASS__);
 
                // "Cache" CSV path for faster usage
-               $this->csvFilePath = $this->getConfigInstance()->getConfigEntry('base_path') . '/' . $this->getConfigInstance()->getConfigEntry('csv_file_path');
+               $this->csvFilePath = $this->getConfigInstance()->getConfigEntry('base_path') . '/' . $this->getConfigInstance()->getConfigEntry('crawler_csv_file_path');
 
                // Initialize directory instance
                $directoryInstance = ObjectFactory::createObjectByConfiguredName('directory_class', array($this->csvFilePath));