Skip to content
This repository has been archived by the owner on Sep 20, 2022. It is now read-only.

Commit

Permalink
BUGFIX : Missing linkgroup_types
Browse files Browse the repository at this point in the history
  • Loading branch information
mate-infotel committed Apr 9, 2019
1 parent 0d87ea4 commit 09e0b9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
--------------------------------------------------------------------------
*/

define('PLUGIN_DATABASES_VERSION', '2.2.0');
define('PLUGIN_DATABASES_VERSION', '2.2.1');

// Init the hooks of the plugins -Needed
function plugin_init_databases() {
Expand All @@ -41,6 +41,7 @@ function plugin_init_databases() {
//$PLUGIN_HOOKS['assign_to_ticket_itemtype']['databases'] = array('PluginDatabasesDatabase_Item');

Plugin::registerClass('PluginDatabasesDatabase', [
'linkgroup_types' => true,
'linkgroup_tech_types' => true,
'linkuser_tech_types' => true,
'document_types' => true,
Expand Down

0 comments on commit 09e0b9c

Please sign in to comment.