Adapted the compiler to use the new tables and subforms for the joomla component. Improved the compiler to make more use of the array_map function
This commit is contained in:
@ -312,6 +312,8 @@ class Structure extends Get
|
||||
// first we run the perent constructor
|
||||
if (parent::__construct($config))
|
||||
{
|
||||
// run global updater
|
||||
ComponentbuilderHelper::runGlobalUpdater();
|
||||
// set the Joomla version
|
||||
$this->joomlaVersion = $config['joomlaVersion'];
|
||||
// set the template path
|
||||
|
Reference in New Issue
Block a user