mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
- Fixed the "Organizations" drop-down list.
SVN:trunk[520]
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user