From ca9fae065fb3d8caea46951762d43c4423a4cd76 Mon Sep 17 00:00:00 2001 From: tsmr Date: Fri, 19 Nov 2010 10:59:14 +0000 Subject: [PATCH] Update for rules using git-svn-id: https://forge.glpi-project.org/svn/example/trunk@147 349b9182-4a13-0410-896f-e5e9767dd1b3 --- setup.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.php b/setup.php index a93faaa..20aca84 100755 --- a/setup.php +++ b/setup.php @@ -48,6 +48,9 @@ function plugin_init_example() { Plugin::registerClass('PluginExampleExample', array('notificationtemplates_types' => true)); + + Plugin::registerClass('PluginExampleRuleTestCollection', + array('rulecollections_types' => true)); // Display a menu entry ? if (isset($_SESSION["glpi_plugin_example_profile"])) { // Right set in change_profile hook