X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCase%2FForm%2FTask%2FRestore.php;h=2709c8171d4f9584e497a30975b7cae67a37127e;hb=6049c0d89e4b18c81cea8108acc71ba6bdc3ba85;hp=b758e4b66c921a90c0b8a32b6a881b848a62e1d0;hpb=71f4f2c6d8bd9e3a4a121bf47d0cc86aa8af0f33;p=civicrm-core.git diff --git a/CRM/Case/Form/Task/Restore.php b/CRM/Case/Form/Task/Restore.php index b758e4b66c..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'); } } -