Merge pull request #14170 from mlutfy/cart-emails
[civicrm-core.git] / CRM / Core / Task.php
index 1ecace68330e6ab155446790a6df3039f9c8c80c..96724ea89fada5de9c9791a271223660711f3f36 100644 (file)
@@ -70,7 +70,7 @@ abstract class CRM_Core_Task {
    *   This must be defined in each child class.  It is passed to the searchTasks hook.
    *   Example: $objectType = 'event';
    */
-  static $objectType = NULL;
+  public static $objectType = NULL;
 
   /**
    * Generates a list of batch tasks available for the current entities.