Stable release of v3.2.0-beta1
Move beta to main repo. Fix #1053 so that the right and left tabs display correctly in Joomla 4&5.
This commit is contained in:
@@ -23,7 +23,7 @@ class ComponentbuilderFieldCategories extends JCategories
|
||||
* @param array $options Array of options
|
||||
*
|
||||
*/
|
||||
public function __construct($options = array())
|
||||
public function __construct($options = [])
|
||||
{
|
||||
$options['table'] = '#__componentbuilder_field';
|
||||
$options['extension'] = 'com_componentbuilder.field';
|
||||
|
Reference in New Issue
Block a user