ftimme
2013-02-27 f4038a2160d55a7f519a3b42be1aa96e29e9a908
interface/lib/plugins/clients_template_plugin.inc.php
@@ -29,6 +29,6 @@
        global $app;
        
        $app->uses('client_templates');
        $app->client_templates->apply_client_templates($page_form->id, $page_form->dataRecord);
        $app->client_templates->apply_client_templates($page_form->id);
    }
}