X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCase%2FForm%2FTask%2FRestore.php;h=2709c8171d4f9584e497a30975b7cae67a37127e;hb=6049c0d89e4b18c81cea8108acc71ba6bdc3ba85;hp=cdf161ab28a33e9968a456e9f26affba6c5c2e75;hpb=23e35f75793a63e1c50249d322bcf1f2439415f8;p=civicrm-core.git diff --git a/CRM/Case/Form/Task/Restore.php b/CRM/Case/Form/Task/Restore.php index cdf161ab28..2709c8171d 100644 --- a/CRM/Case/Form/Task/Restore.php +++ b/CRM/Case/Form/Task/Restore.php @@ -1,7 +1,7 @@ addDefaultButtons(ts('Restore Cases'), 'done'); } /** - * process the form after the input has been submitted and validated + * Process the form after the input has been submitted and validated * - * @access public * * @return void */ @@ -87,4 +85,3 @@ class CRM_Case_Form_Task_Restore extends CRM_Case_Form_Task { CRM_Core_Session::setStatus('', ts('Total Selected Case(s): %1', array(1 => count($this->_caseIds))), 'info'); } } -