X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FEvent%2FForm%2FManageEvent.php;h=5e58066d398c2fb046a356b25431b4cf3a95d339;hb=c6561d81b16ebd967549cc7d0946e244214a49ce;hp=d3173546fab3eef4170bbc56f0b26b35d2032385;hpb=74aa6ca96716e8d286a245f5b231dc8badfb6315;p=civicrm-core.git diff --git a/CRM/Event/Form/ManageEvent.php b/CRM/Event/Form/ManageEvent.php index d3173546fa..5e58066d39 100644 --- a/CRM/Event/Form/ManageEvent.php +++ b/CRM/Event/Form/ManageEvent.php @@ -357,7 +357,7 @@ class CRM_Event_Form_ManageEvent extends CRM_Core_Form { switch ($className) { case 'Event': $attributes = $this->getVar('_attributes'); - $subPage = strtolower(basename(CRM_Utils_Array::value('action', $attributes))); + $subPage = CRM_Utils_Request::retrieveComponent($attributes); break; case 'EventInfo':