mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-23 23:20:57 +01:00
Change illogical default of $config[force_body]
Makes JS and non-JS enforcement equivalent while providing a downgrade path. JS may not allow empty bodies even when $config[force_body] false. Don't care enough to fix. PR welcome. Close #493.
This commit is contained in:
parent
dd7c63b65f
commit
1e19e75bf5
@ -475,7 +475,7 @@
|
||||
*/
|
||||
|
||||
// Do you need a body for your reply posts?
|
||||
$config['force_body'] = false;
|
||||
$config['force_body'] = true;
|
||||
// Do you need a body for new threads?
|
||||
$config['force_body_op'] = true;
|
||||
// Require an image for threads?
|
||||
|
Loading…
Reference in New Issue
Block a user