mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-18 23:08:46 +02:00
Fixed a typo: utils::ReadMultipleSelection
SVN:trunk[1326]
This commit is contained in:
@@ -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 !
|
||||
|
||||
Reference in New Issue
Block a user