N°3805 - Collectors not working on iTop 3.0 (cherry picked from 4d7bac89f3 on origin/develop)

This commit is contained in:
acognet
2023-01-11 09:47:53 +01:00
committed by Molkobain
parent 01faf39372
commit 6510dc5c51
2 changed files with 6 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
class CLILikeWebPage extends WebPage
{
const DEFAULT_PAGE_TEMPLATE_REL_PATH = 'pages/backoffice/clilikewebpage/layout';
public function add_comment($sText)
{
$this->add('#'.$sText."<br/>\n");