Merge pull request #6036 from mallezie/16629
[civicrm-core.git] / CRM / Core / CodeGen / Util / Template.php
index 36d7db36dd41d0f9a462fbddcbe8f6d693197935..2590301c347a96d78a74e78a7ed1914e18622dd8 100644 (file)
@@ -83,11 +83,12 @@ class CRM_Core_CodeGen_Util_Template {
   }
 
   /**
-   * Clear the smarty cache and assign default values
+   * Clear the smarty cache and assign default values.
    * FIXME: unused cos we no longer do evil singleton magick
    */
   protected function reset() {
     $this->smarty->clear_all_assign();
     $this->smarty->clear_all_cache();
   }
+
 }