Skip to content
Snippets Groups Projects
Commit 588af3f1 authored by Kurund Jalmi's avatar Kurund Jalmi
Browse files

CRM-13958, fixed indentation for DAO's

----------------------------------------
* CRM-13958: DAO's generated are not indented correctly
  http://issues.civicrm.org/jira/browse/CRM-13958
parent 647fefd0
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,8 @@ class CRM_Core_CodeGen_Util_Template {
function __construct($filetype) {
$this->compileDir = CRM_Core_CodeGen_Util_File::createTempDir('templates_c_');
$this->filetype = $filetype;
// TODO use Core Smarty
require_once 'Smarty/Smarty.class.php';
$this->smarty = new Smarty();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment