On the admin page, if you try to save a maximum body size, or maximum posts per hour to 0, the form will not validate because 0 is not a positive number. Patch attached.
| Comment | File | Size | Author |
|---|---|---|---|
| positive_int_non_zero.patch | 1.28 KB | schultetwin |
On the admin page, if you try to save a maximum body size, or maximum posts per hour to 0, the form will not validate because 0 is not a positive number. Patch attached.
| Comment | File | Size | Author |
|---|---|---|---|
| positive_int_non_zero.patch | 1.28 KB | schultetwin |
Comments
Comment #1
mahfiaz commentedIt's committed. Thanks, this is a good catch.