mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-21 09:38:48 +02:00
🐛 Fix notifications tab in objects no longer displaying items (regression introduced by a9bd5a8)
This commit is contained in:
@@ -249,7 +249,7 @@ class DisplayBlock
|
||||
$sHtml .= $this->GetRenderContent($oPage, $aExtraParams, $sId);
|
||||
} catch (Exception $e)
|
||||
{
|
||||
|
||||
IssueLog::Error('Exception during GetDisplay: ' . $e->getMessage());
|
||||
}
|
||||
$sHtml .= "</div>\n";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user