ftimme
2012-11-12 8e38755040c6c2073f92f0ffb087da530d0e7a0a
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);
    }
}