User editable dashboards... implementation in progress

SVN:trunk[1996]
This commit is contained in:
Denis Flaven
2012-05-21 13:48:45 +00:00
parent 3121cf602a
commit 1e605c43b0
3 changed files with 79 additions and 18 deletions

View File

@@ -42,7 +42,7 @@ abstract class DashboardLayoutMultiCol extends DashboardLayout
if ($iDashletIdx <= count($aDashlets))
{
$oDashlet = $aDashlets[$iDashletIdx];
$oDashlet->Render($oPage, $bEditMode, $aExtraParams);
$oDashlet->DoRender($oPage, $bEditMode, $aExtraParams);
}
else
{