Fixed regression in the setup: query class must be included in the default configuration

SVN:trunk[1718]
This commit is contained in:
Romain Quetiez
2011-12-14 17:40:26 +00:00
parent 90f3aa0c9d
commit 701d49f70d

View File

@@ -610,6 +610,7 @@ class Config
'application/menunode.class.inc.php',
'application/user.preferences.class.inc.php',
'application/audit.rule.class.inc.php',
'application/query.class.inc.php',
// Romain - That's dirty, because those classes are in fact part of the core
// but I needed those classes to be derived from cmdbAbstractObject
// (to be managed via the GUI) and this class in not really known from