CRM-19372 allow payment processors to define an array of accepted credit card types
[civicrm-core.git] / CRM / Core / Smarty.php
index 5a3cb1cfa8d7eb35ac1efd01de30fc6df50b835d..83cb9c135d3bbe13dc82821c544e46f5a15feb11 100644 (file)
@@ -82,7 +82,7 @@ class CRM_Core_Smarty extends Smarty {
    *
    * @return CRM_Core_Smarty
    */
-  private function __construct() {
+  public function __construct() {
     parent::__construct();
   }