minor fix
authoryashodha <yashodha.chaku@webaccessglobal.com>
Mon, 20 Mar 2017 04:15:15 +0000 (09:45 +0530)
committerColeman Watts <coleman@civicrm.org>
Mon, 9 Oct 2017 03:32:14 +0000 (23:32 -0400)
CRM/Custom/Page/Option.php

index 0befb9988e284cbfd5175678e41c357b0286a406..468036949b798ff52d0d01ea3761de16d5430122 100644 (file)
@@ -273,7 +273,7 @@ WHERE  option_group_id = %1";
       // no browse for edit/update/view
       $this->edit($action);
     }
-    else if ($action & CRM_Core_Action::MAP) {
+    elseif ($action & CRM_Core_Action::MAP) {
       $this->alphabetize();
     }
     else {