Explorar o código

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

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1718 a333f486-631f-4898-b8df-5754b55c2be0
romainq %!s(int64=13) %!d(string=hai) anos
pai
achega
f9566bc349
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      core/config.class.inc.php

+ 1 - 0
core/config.class.inc.php

@@ -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