From 1672a5d648428a87be3e00706b15799ba683b4f3 Mon Sep 17 00:00:00 2001 From: yashodha Date: Mon, 20 Mar 2017 09:45:15 +0530 Subject: [PATCH] minor fix --- CRM/Custom/Page/Option.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Custom/Page/Option.php b/CRM/Custom/Page/Option.php index 0befb9988e..468036949b 100644 --- a/CRM/Custom/Page/Option.php +++ b/CRM/Custom/Page/Option.php @@ -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 { -- 2.25.1