Renamed more stuff (will break app_die(), so it needs fixing).
[core.git] / inc / classes / main / commands / web / class_WebResendLinkCommand.php
index 1af3c0d67b1f5919e8d0a68540506f1c4b1e270e..37dfe80364958348351e202d5e5552f94d5e602f 100644 (file)
@@ -79,7 +79,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('web_template_class', $this->getConfigInstance()->getConfigEntry('mail_template_class'));
+               $this->getConfigInstance()->setConfigEntry('html_template_class', $this->getConfigInstance()->getConfigEntry('mail_template_class'));
 
                // Prepare the template engine
                $templateInstance = $this->prepareTemplateInstance($applicationInstance);