Make the OQLQuery class import-able

SVN:1.2[1822]
This commit is contained in:
Denis Flaven
2012-01-30 17:46:00 +00:00
parent 89732d6e52
commit 6a7af8ad73

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