interface/lib/plugins/clients_template_plugin.inc.php
@@ -7,6 +7,7 @@ * @author (original tools.inc.php) Oliver Vogel www.muv.com */ class clients_template_plugin { var $plugin_name = 'clients_template_plugin'; @@ -31,4 +32,5 @@ $app->uses('client_templates'); $app->client_templates->apply_client_templates($page_form->id); } }