From 1fc007a429c04ebded4f55d0bf2b99d75f04de7f Mon Sep 17 00:00:00 2001 From: moyooo Date: Wed, 16 Dec 2009 15:58:57 +0000 Subject: [PATCH] No declaration of type if no specific informations to add git-svn-id: https://forge.glpi-project.org/svn/example/trunk@124 349b9182-4a13-0410-896f-e5e9767dd1b3 --- setup.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/setup.php b/setup.php index 0967d81..483e3c1 100755 --- a/setup.php +++ b/setup.php @@ -38,9 +38,10 @@ function plugin_init_example() { global $PLUGIN_HOOKS,$LANG,$CFG_GLPI; // Params : plugin name - string type - ID - Array of attributes - Plugin::registerClass('PluginExampleExample', - array('classname' => 'PluginExampleExample', - )); + // No specific information passed so not needed + //Plugin::registerClass('PluginExampleExample', + // array('classname' => 'PluginExampleExample', + // )); // Params : plugin name - string type - ID - Array of attributes Plugin::registerClass('PluginExampleDropdown',