git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@520 a333f486-631f-4898-b8df-5754b55c2be0
@@ -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);