Make the OQLQuery class import-able

SVN:trunk[1823]
This commit is contained in:
Denis Flaven
2012-01-30 17:52:16 +00:00
parent b7e5e7b1da
commit b97066dad7

View File

@@ -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" => "",