]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/commands/web/class_WebShipsimuRefillCommand.php
readConfig() is not naming convention, renamed to getConfigEntry()
[shipsimu.git] / application / ship-simu / main / commands / web / class_WebShipsimuRefillCommand.php
index 9bf663fc28c7c34aba933555f011be5ca209bbd3..4c9d0e881182ccb7fee681c83c987bb2431c3c72 100644 (file)
@@ -104,7 +104,7 @@ class WebShipsimuRefillCommand extends BaseCommand implements Commandable {
                // Prepare a filter based on the requested type we shall refill
                $filterName = sprintf("refill_request_%s_%s_book_filter",
                        $requestInstance->getRequestElement('type'),
-                       $this->getConfigInstance()->readConfig($paymentTypeConfig)
+                       $this->getConfigInstance()->getConfigEntry($paymentTypeConfig)
                );
 
                // Now, try to load that filter