INFRA-132 - Change "else if" to "elseif"
[civicrm-core.git] / CRM / Mailing / Form / Unsubscribe.php
index fb26befb0a015078d120f1a0cc18fa38ebae64d0..92bd3c767b277d1fcb1cc3d0e19a02ad4ed50c21 100644 (file)
@@ -133,7 +133,7 @@ class CRM_Mailing_Form_Unsubscribe extends CRM_Core_Form {
 
       CRM_Core_Session::setStatus( $statusMsg, '', 'success' );
     }
-    else if ($result == FALSE) {
+    elseif ($result == FALSE) {
       // Email address not verified
 
       $statusMsg = ts('The email address: %1 you have entered does not match the email associated with this unsubscribe request.',