Explorar o código

- 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 %!s(int64=15) %!d(string=hai) anos
pai
achega
27afc89fde
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);