- Fixed the "Organizations" drop-down list.

SVN:trunk[520]
This commit is contained in:
Denis Flaven
2010-07-01 14:32:38 +00:00
parent b298d3eb2e
commit 7b4778326d

View File

@@ -257,7 +257,7 @@ EOF
// List of visible Organizations
$iCount = 0;
$oContext = new UserContext();
if (MetaModel::IsValidClass('bizOrganization'))
if (MetaModel::IsValidClass('Organization'))
{
$oSearchFilter = $oContext->NewFilter('Organization');
$oSet = new CMDBObjectSet($oSearchFilter);