Commit 6adf4fe8 authored by Robert Lyon's avatar Robert Lyon
Browse files

Bug 2013001: Have the reply-to set on contact us form



Whether the person is logged in or not

Signed-off-by: default avatarRobert Lyon <robertl@catalyst.net.nz>
Change-Id: I6d07cd10fcb9672a4406d5edd8ce4115de854d11
parent 5fa53b94
Loading
Loading
Loading
Loading
+5 −6
Original line number Diff line number Diff line
@@ -53,13 +53,12 @@ class ActivityTypeContactus extends ActivityType {
              }
          }
      }
      else {
          // user is not logged in
      // Set the reply-to value so the email servers handle things better
      // this will mean the 'from' is set to the site's default 'from' address
      $this->customheaders = array(
          'Reply-to: ' . $this->fromname . ' <' . $this->fromemail . '>',
      );
  }
  }

  /**
   * Fetch the subject line text.