Skip to content
Snippets Groups Projects
Commit 4b163610 authored by Grzegorz Rola's avatar Grzegorz Rola
Browse files

Bugfix - notice not shows

parent 80b4ad4c
No related branches found
No related tags found
No related merge requests found
Pipeline #9350 passed
...@@ -247,6 +247,7 @@ class Notice ...@@ -247,6 +247,7 @@ class Notice
*/ */
public function showNotice() public function showNotice()
{ {
error_log(11);
$this->removeAction(); $this->removeAction();
$noticeFormat = '<div %1$s>%2$s</div>'; $noticeFormat = '<div %1$s>%2$s</div>';
if ($this->addParagraphToContent()) { if ($this->addParagraphToContent()) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment