Browse Source

Fixed a typo: utils::ReadMultipleSelection

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1326 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 14 years ago
parent
commit
55e9f4862d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/UI.php

+ 1 - 1
pages/UI.php

@@ -1366,7 +1366,7 @@ EOF
 		}
 		$oFilter = DBObjectSearch::unserialize($sFilter);
 		$sClass = $oFilter->GetClass();	
-		$aSelectedObj = utils::ReadMultipleSelection($oFilter);
+		$aSelectObj = utils::ReadMultipleSelection($oFilter);
 		if (count($aSelectObject) == 0)
 		{
 			// Nothing to do, no object was selected !