]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/filter/page/class_RefillPageFilter.php
readConfig() is not naming convention, renamed to getConfigEntry()
[shipsimu.git] / application / ship-simu / main / filter / page / class_RefillPageFilter.php
index 232fc3a585cf0df462dfd79c914d6865aab46908..202316a298647b3e28ce3cfd5f55688a3c081389 100644 (file)
@@ -58,7 +58,7 @@ class RefillPageFilter extends BaseShipSimuFilter implements Filterable {
                parent::execute($requestInstance, $responseInstance);
 
                // Is the configuration variable set?
-               if ($this->getConfigInstance()->readConfig('refill_page_active') === "N") {
+               if ($this->getConfigInstance()->getConfigEntry('refill_page_active') === "N") {
                        // Password is empty
                        $requestInstance->requestIsValid(false);