mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
demove deprecated functions : replace ajax_page by AjaxPage
This commit is contained in:
@@ -1060,7 +1060,7 @@ EOF
|
||||
$iCol = utils::ReadParam("iCol");
|
||||
$sDashletIdOrig = utils::ReadParam("dashletid");
|
||||
$sFinalDashletId = Dashboard::GetDashletUniqueId($bIsCustomized, $sDashboardDivId, $iRow, $iCol, $sDashletIdOrig);
|
||||
$oPage = new ajax_page('');
|
||||
$oPage = new AjaxPage('');
|
||||
$oPage->add($sFinalDashletId);
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user