Jelajahi Sumber

Make the OQLQuery class import-able

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1823 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 13 tahun lalu
induk
melakukan
22f66c0477
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      application/query.class.inc.php

+ 2 - 2
application/query.class.inc.php

@@ -31,7 +31,7 @@ abstract class Query extends cmdbAbstractObject
 	{
 		$aParams = array
 		(
-			"category" => "core/cmdb,view_in_gui",
+			"category" => "core/cmdb,view_in_gui,application",
 			"key_type" => "autoincrement",
 			"name_attcode" => "name",
 			"state_attcode" => "",
@@ -63,7 +63,7 @@ class QueryOQL extends Query
 	{
 		$aParams = array
 		(
-			"category" => "core/cmdb,view_in_gui",
+			"category" => "core/cmdb,view_in_gui,application",
 			"key_type" => "autoincrement",
 			"name_attcode" => "name",
 			"state_attcode" => "",