]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/source/class_BaseUrlSource.php
Continued:
[hub.git] / application / hub / main / source / class_BaseUrlSource.php
index 9e3de5c37d365dccf7fcb55984708c2448aa51ea..f34b5e4609618dd0b59fc0910b835ca5f45dc6e1 100644 (file)
@@ -45,7 +45,7 @@ class BaseUrlSource extends BaseSource {
                $stackInstance = FileStackFactory::createFileStackInstance($prefix . '_url', $sourceName);
 
                // Set the stack here
-               $this->setStackerInstance($stackInstance);
+               $this->setStackInstance($stackInstance);
        }
 
        /**
@@ -55,7 +55,7 @@ class BaseUrlSource extends BaseSource {
         */
        protected function isUrlStackEmpty () {
                // Determine it
-               $isEmpty = $this->getStackerInstance()->isStackEmpty('urls');
+               $isEmpty = $this->getStackInstance()->isStackEmpty('urls');
 
                // Return result
                return $isEmpty;