Skip to content

Commit

Permalink
fix(entityconfig): bad constant value
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry committed Jan 18, 2021
1 parent 391025f commit 114f6d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/entityconfig.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class PluginFormcreatorEntityconfig extends CommonDBTM {
const CONFIG_SORT_ALPHABETICAL = 1;

const CONFIG_KB_MERGED = 1;
const CONFIG_KB_DISTINCT = 1;
const CONFIG_KB_DISTINCT = 2;

/**
* @var bool $dohistory maintain history
Expand Down

0 comments on commit 114f6d1

Please sign in to comment.