Fix display of default list of namespaces used by the plugin in configuration manager
This commit is contained in:
parent
83bba9954a
commit
ec942e3a47
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
$conf['children_list'] = [ 'animation', 'gameplay', 'dev', 'talk' ];
|
$conf['children_list'] = array('animation', 'gameplay', 'dev', 'talk');
|
||||||
|
|
Loading…
Reference in a new issue