Prechádzať zdrojové kódy

New data model integration...

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@501 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 15 rokov pred
rodič
commit
3ba1ace58d
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      pages/UniversalSearch.php

+ 1 - 1
pages/UniversalSearch.php

@@ -42,7 +42,7 @@ $oP = new iTopWebPage(Dict::S('UI:UniversalSearchTitle'), $currentOrganization);
 // From now on the context is limited to the the selected organization ??
 
 // Now render the content of the page
-$sBaseClass = utils::ReadParam('baseClass', 'bizOrganization');
+$sBaseClass = utils::ReadParam('baseClass', 'Organization');
 $sClass = utils::ReadParam('class', $sBaseClass);
 $sOQLClause = utils::ReadParam('oql_clause', '');
 $sFilter = utils::ReadParam('filter', '');