N°3805 - Collectors not working on itop 3.0

This commit is contained in:
acognet
2023-01-11 09:47:53 +01:00
parent 57ab3a0336
commit 4d7bac89f3
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");