diff --git a/application/itopwebpage.class.inc.php b/application/itopwebpage.class.inc.php index e6b21f9f4..57812ab5b 100644 --- a/application/itopwebpage.class.inc.php +++ b/application/itopwebpage.class.inc.php @@ -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);