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

Merge pull request #2491 from kurund/CRM-13958

CRM-13958, fixed indentation for DAO's
parents 647fefd0 588af3f1
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