projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d129bb
)
minor fix
author
yashodha
<yashodha.chaku@webaccessglobal.com>
Mon, 20 Mar 2017 04:15:15 +0000
(09:45 +0530)
committer
Coleman Watts
<coleman@civicrm.org>
Mon, 9 Oct 2017 03:32:14 +0000
(23:32 -0400)
CRM/Custom/Page/Option.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Custom/Page/Option.php
b/CRM/Custom/Page/Option.php
index 0befb9988e284cbfd5175678e41c357b0286a406..468036949b798ff52d0d01ea3761de16d5430122 100644
(file)
--- 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 {