Rename subtitle block variable in PanelEnhanced

This commit is contained in:
Stephen Abello
2021-02-26 10:13:56 +01:00
parent da4cf8b661
commit 25c840e036
3 changed files with 9 additions and 9 deletions

View File

@@ -2056,7 +2056,7 @@ class DashletHeaderDynamic extends Dashlet
$sBlockId = 'block_'.$this->sId.($bEditMode ? '_edit' : ''); // make a unique id (edition occuring in the same DOM)
$oBlock->DisplayIntoContentBlock($oPanel, $oPage, $sBlockId, array_merge($aExtraParams, $aParams));
$oSubTitle = $oPanel->GetSubTitle();
$oSubTitle = $oPanel->GetSubTitleBlock();
$oSet = new DBObjectSet($oFilter);
$iCount = $oSet->Count();
$oAppContext = new ApplicationContext();