Browse Source

- Fixed the "Organizations" drop-down list.

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@520 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 15 years ago
parent
commit
27afc89fde
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/itopwebpage.class.inc.php

+ 1 - 1
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);