mcramer
2012-11-27 7990f8881b085279269d35cf9dd2787b88ae1c08
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);
    }
}