diff --git a/setup.php b/setup.php index dab05fb..0febe09 100755 --- a/setup.php +++ b/setup.php @@ -107,7 +107,7 @@ function plugin_init_example() { // Stats $PLUGIN_HOOKS['stats']['example'] = array('stat.php'=>'New stat', 'stat.php?other'=>'New stats 2',); - // Params : plugin name - string type - ID - class - table - form page - Type name + // Params : plugin name - string type - ID - Array of attributes registerPluginType('example', 'PLUGIN_EXAMPLE_TYPE', 1001, array( 'classname' => 'pluginExample', 'tablename' => 'glpi_plugin_example',