readConfig() is not naming convention, renamed to getConfigEntry()
[shipsimu.git] / application / ship-simu / main / login / helper / class_ShipSimuLoginHelper.php
index c31a624a11024de209a37c7cedb351bb9fd23b3b..32da33fe2b45de746b7c8dead80a62647e6a9fe7 100644 (file)
@@ -85,7 +85,7 @@ class ShipSimuLoginHelper extends BaseLoginHelper implements HelpableLogin {
         * @return      void
         */
        protected function setDefaultAuthMethod () {
-               $this->authMethod = $this->getConfigInstance()->readConfig('auth_method_class');
+               $this->authMethod = $this->getConfigInstance()->getConfigEntry('auth_method_class');
        }
 
        /**