X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FEvent%2FForm%2FManageEvent.php;h=d285a74cc704701ff98d86ab7eeb1842c37e1206;hb=c6561d81b16ebd967549cc7d0946e244214a49ce;hp=b502289b7b59a1ad912a26764fe0ef6b26b9c347;hpb=6290b1f2d238142d63dd79c2a5c8e278754c46ec;p=civicrm-core.git diff --git a/CRM/Event/Form/ManageEvent.php b/CRM/Event/Form/ManageEvent.php index b502289b7b..5e58066d39 100644 --- a/CRM/Event/Form/ManageEvent.php +++ b/CRM/Event/Form/ManageEvent.php @@ -1,9 +1,9 @@ getVar('_attributes'); - $subPage = strtolower(basename(CRM_Utils_Array::value('action', $attributes))); + $subPage = CRM_Utils_Request::retrieveComponent($attributes); break; case 'EventInfo':