1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-24 07:30:10 +01:00

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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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