Menu engine heavily extended, misc rewrites:
[core.git] / inc / classes / main / commands / web / class_WebResendLinkCommand.php
index 633a201650293ab3ec60a03a9c38e80e3b150024..014c05a3be2a2893383d1c77e1e390821b18f436 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('template_class', $this->getConfigInstance()->getConfigEntry('mail_template_class'));
+               $this->getConfigInstance()->setConfigEntry('web_template_class', $this->getConfigInstance()->getConfigEntry('mail_template_class'));
 
                // Prepare the template engine
                $templateInstance = $this->prepareTemplateInstance($appInstance);