]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/government/class_SimplifiedGovernment.php
readConfig() is not naming convention, renamed to getConfigEntry()
[shipsimu.git] / application / ship-simu / main / government / class_SimplifiedGovernment.php
index 3cb6f8833ed61b5356326a919c283c10cdb5c91a..66416f7c75a70337ebed67fad35e3064c813e6f6 100644 (file)
@@ -100,7 +100,7 @@ class SimplifiedGovernment extends BaseFrameworkSystem implements Registerable {
                $maximumPayed = false;
 
                // Cache startup help limit
-               $helpLimit = $this->getConfigInstance()->readConfig('government_startup_help_limit');
+               $helpLimit = $this->getConfigInstance()->getConfigEntry('government_startup_help_limit');
 
                // Now get a search criteria and set the user's name as criteria
                $criteriaInstance = ObjectFactory::createObjectByConfiguredName('search_criteria_class');