mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-17 11:28:41 +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?
|
// 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?
|
// Do you need a body for new threads?
|
||||||
$config['force_body_op'] = true;
|
$config['force_body_op'] = true;
|
||||||
// Require an image for threads?
|
// Require an image for threads?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user