Protect dashboard/dashlets against exceptions, with a graceful degradation for non-existing classes

SVN:trunk[2072]
This commit is contained in:
Denis Flaven
2012-05-30 14:21:10 +00:00
parent 9e10de70c9
commit e64e008aad
2 changed files with 157 additions and 73 deletions

View File

@@ -99,7 +99,7 @@ abstract class DashboardLayoutMultiCol extends DashboardLayout
{
if ($oDashlet->IsVisible())
{
$oDashlet->DoRender($oPage, $bEditMode, $aExtraParams);
$oDashlet->DoRender($oPage, $bEditMode, true /* bEnclosingDiv */, $aExtraParams);
}
}
}