Skip to content

Commit

Permalink
Update IndexController.php
Browse files Browse the repository at this point in the history
  • Loading branch information
addison74 authored Feb 20, 2024
1 parent fbf94ba commit e8e7947
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/code/core/Mage/Contacts/controllers/IndexController.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ class Mage_Contacts_IndexController extends Mage_Core_Controller_Front_Action
public const XML_PATH_EMAIL_SENDER = 'contacts/email/sender_email_identity';
public const XML_PATH_EMAIL_RECIPIENT = 'contacts/email/recipient_email';
public const XML_PATH_EMAIL_TEMPLATE = 'contacts/email/email_template';
public const XML_PATH_AUTO_REPLY_ENABLED = 'contacts/auto_reply_to_customer/enabled';
public const XML_PATH_AUTO_REPLY_EMAIL_TEMPLATE = 'contacts/auto_reply_to_customer/email_template';
public const XML_PATH_AUTO_REPLY_ENABLED = 'contacts/auto_reply/enabled';
public const XML_PATH_AUTO_REPLY_EMAIL_TEMPLATE = 'contacts/auto_reply/email_template';

/**
* @return $this
Expand Down

0 comments on commit e8e7947

Please sign in to comment.