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:
parent
9a80ae2434
commit
d23d1526e8
@ -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(
|
||||||
|
Loading…
Reference in New Issue
Block a user