Skip to content

Commit

Permalink
Ticket #4641 - Use HTMX to load page content without genaral page str…
Browse files Browse the repository at this point in the history
…ucture. Profile/Context submenu.
  • Loading branch information
AntonLV committed Mar 18, 2024
1 parent 5a387e8 commit dc5f554
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template/scripts/BxBaseInformer.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ class BxBaseInformer extends BxDolInformer

public function __construct ($oTemplate)
{
parent::__construct ();

if ($oTemplate)
$this->_oTemplate = $oTemplate;
else
$this->_oTemplate = BxDolTemplate::getInstance();

parent::__construct ();
}

/**
Expand Down

0 comments on commit dc5f554

Please sign in to comment.