]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/commands/web/class_WebResendLinkCommand.php
readConfig() is not naming convention, renamed to getConfigEntry()
[core.git] / inc / classes / main / commands / web / class_WebResendLinkCommand.php
index f1b5b30c1672d2604a9fb7c3185ea194a09d8d04..73aa5350b49d60775f9cf66c83625b4eacac5604 100644 (file)
@@ -86,7 +86,7 @@ class WebResendLinkCommand extends BaseCommand implements Commandable {
                $userInstance->updateDatabaseField(UserDatabaseWrapper::DB_COLUMN_CONFIRM_HASH, $hashedString);
 
                // Re-set config entry to mailer engine
-               $this->getConfigInstance()->setConfigEntry('template_class', $this->getConfigInstance()->readConfig('mail_template_class'));
+               $this->getConfigInstance()->setConfigEntry('template_class', $this->getConfigInstance()->getConfigEntry('mail_template_class'));
 
                // Prepare the template engine
                $templateInstance = $this->prepareTemplateInstance($appInstance);