Merge pull request #4511 from giant-rabbit/ajax-fatal-log-fix
[civicrm-core.git] / CRM / Activity / Form / Task / FileOnCase.php
index e0eb1902206cb62266167f2ab8363217e9d61780..c20206b9e71eb19f45dd8db065bf19e27df1da99 100644 (file)
 class CRM_Activity_Form_Task_FileOnCase extends CRM_Activity_Form_Task {
 
   /**
-   * the title of the group
+   * The title of the group
    *
    * @var string
    */
   protected $_title;
 
   /**
-   * variable to store redirect path
+   * Variable to store redirect path
    *
    */
   protected $_userContext;
 
   /**
-   * variable to store contact Ids
+   * Variable to store contact Ids
    *
    */
   public $_contacts;
 
   /**
-   * build all the data structures needed to build the form
+   * Build all the data structures needed to build the form
    *
    * @return void
    * @access public
@@ -93,7 +93,7 @@ class CRM_Activity_Form_Task_FileOnCase extends CRM_Activity_Form_Task {
   function addRules() {}
 
   /**
-   * process the form after the input has been submitted and validated
+   * Process the form after the input has been submitted and validated
    *
    * @access public
    *