Release of v5.1.2-alpha2
Add native module builder for Joomla 4/5. Refactor dynamic get methods into dedicated classes. Move Joomla DB handling into compiler injector flow. Fix auto-check(in) method for Joomla 4/5 compatibility.
This commit is contained in:
@@ -179,7 +179,7 @@ class HtmlView extends BaseHtmlView
|
||||
###ADDTOOLBAR###
|
||||
|
||||
// add the toolbar if it's not already loaded
|
||||
$this->toolbar ??= Joomla___39403062_84fb_46e0_bac4_0023f766e827___Power::getContainer()->get(Joomla___5d2ae99b_1ea1_44f0_9b59_f1aa7eab9e2e___Power::class)->createToolbar('toolbar');
|
||||
$this->toolbar ??= $this->getDocument()->getToolbar();
|
||||
}
|
||||
|
||||
/**
|
||||
|
@@ -134,8 +134,8 @@ class HtmlView extends BaseHtmlView
|
||||
Joomla___0c1a176a_304f_433a_8233_37d01ff87815___Power::help('COM_###COMPONENT###_HELP_MANAGER', false, $this->help_url);
|
||||
}
|
||||
|
||||
// now initiate the toolbar
|
||||
$this->toolbar = Toolbar::getInstance();
|
||||
// add the toolbar if it's not already loaded
|
||||
$this->toolbar ??= $this->getDocument()->getToolbar();
|
||||
}###SITE_GET_MODULE###
|
||||
|
||||
/**
|
||||
|
@@ -118,8 +118,8 @@ class HtmlView extends BaseHtmlView
|
||||
Joomla___0c1a176a_304f_433a_8233_37d01ff87815___Power::help('COM_###COMPONENT###_HELP_MANAGER', false, $this->help_url);
|
||||
}
|
||||
|
||||
// now initiate the toolbar
|
||||
$this->toolbar ??= Toolbar::getInstance();
|
||||
// add the toolbar if it's not already loaded
|
||||
$this->toolbar ??= $this->getDocument()->getToolbar();
|
||||
}###SITE_GET_MODULE###
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user