Fix display of default list of namespaces used by the plugin in configuration manager

This commit is contained in:
vv221 2020-04-03 22:42:25 +02:00
parent 83bba9954a
commit ec942e3a47

View file

@ -1,3 +1,3 @@
<?php
$conf['children_list'] = [ 'animation', 'gameplay', 'dev', 'talk' ];
$conf['children_list'] = array('animation', 'gameplay', 'dev', 'talk');