forgot to remove implode()

This commit is contained in:
Lorenzo Yario
2024-07-14 03:41:04 -07:00
committed by GitHub
parent 9a80ae2434
commit d23d1526e8

View File

@@ -22,7 +22,7 @@
'name' => 'boards',
'type' => 'text',
'comment' => '(space seperated)',
'default' => implode('*')
'default' => '*'
);
$theme['config'][] = Array(