- Current block Id not passed to the chart ?

SVN:trunk[1880]
This commit is contained in:
Denis Flaven
2012-03-07 18:48:15 +00:00
parent 52ef62258b
commit 4a16a76e37

View File

@@ -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);