- Current block Id not passed to the chart ?

SVN:1.2[1873]
This commit is contained in:
Denis Flaven
2012-03-04 17:53:28 +00:00
parent fe559eb492
commit 3fb867d393

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