mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
Fix blessings longer than 3 characters
This commit is contained in:
parent
6ba04967ed
commit
da1830371f
@ -210,7 +210,7 @@ if ($id > 0) {
|
||||
|
||||
if ($hasBlessingsColumn) {
|
||||
$blessings = $_POST['blessings'];
|
||||
verify_number($blessings, 'Blessings', 2);
|
||||
verify_number($blessings, 'Blessings', 3);
|
||||
}
|
||||
|
||||
$balance = $_POST['balance'];
|
||||
|
Loading…
x
Reference in New Issue
Block a user