X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FGroup%2FStateMachine.php;h=9162de9328e40834203541077170ecb839753291;hb=63e9c3fda7a313515b3cade8819d2dcb43e8de3b;hp=12db034fe027ea7fcccc2992001ddaf7582defd5;hpb=4c95b949e863281d990ffa2a3104415079e6352d;p=civicrm-core.git diff --git a/CRM/Group/StateMachine.php b/CRM/Group/StateMachine.php index 12db034fe0..9162de9328 100644 --- a/CRM/Group/StateMachine.php +++ b/CRM/Group/StateMachine.php @@ -1,7 +1,7 @@ _pages = array( @@ -51,13 +51,11 @@ class CRM_Group_StateMachine extends CRM_Core_StateMachine { } /** - * return the form name of the task. This is + * Return the form name of the task. This is * * @return string - * @access public */ - function getTaskFormName() { + public function getTaskFormName() { return CRM_Utils_String::getClassName('CRM_Contact_Form_Task_AddToGroup'); } } -