From 7b4778326d36908ffaeb383236eae4213bbac727 Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Thu, 1 Jul 2010 14:32:38 +0000 Subject: [PATCH] - Fixed the "Organizations" drop-down list. SVN:trunk[520] --- application/itopwebpage.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);