소스 검색

- Current block Id not passed to the chart ?

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

+ 1 - 1
pages/ajax.render.php

@@ -527,7 +527,7 @@ try
 		$oPage->add_header("Pragma: public");
 
 		$oPage->SetContentType('application/json');
-		$aParams = utils::ReadParam('params', array());
+		$aParams = utils::ReadParam('params', array(), false, 'raw_data');
 		if ($sFilter != '')
 		{
 			$oFilter = CMDBSearchFilter::unserialize($sFilter);