소스 검색

Missing sanitization filter for 1 parameter: fixed !

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1551 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 13 년 전
부모
커밋
b92be77027
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      synchro/synchro_import.php

+ 1 - 1
synchro/synchro_import.php

@@ -290,7 +290,7 @@ try
 	//
 	// Read parameters
 	//
-	$iDataSourceId = ReadMandatoryParam($oP, 'data_source_id');
+	$iDataSourceId = ReadMandatoryParam($oP, 'data_source_id', 'raw_data');
 	$sSynchronize = ReadParam($oP, 'synchronize');
 	$sSep = ReadParam($oP, 'separator', 'raw_data');
 	$sQualifier = ReadParam($oP, 'qualifier', 'raw_data');