X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FEvent%2FForm%2FManageEvent.php;h=065f499237e3ed291cd8029acb6fd943df2cd75c;hb=b34b52944a0810b341118d2978459dd314f25c02;hp=b502289b7b59a1ad912a26764fe0ef6b26b9c347;hpb=251deab387295085fe3d86165de0a58b0de4194f;p=civicrm-core.git diff --git a/CRM/Event/Form/ManageEvent.php b/CRM/Event/Form/ManageEvent.php index b502289b7b..065f499237 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':