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
48f6ca0eba
commit
50336a810b
@ -202,7 +202,7 @@ else if (isset($_REQUEST['search'])) {
|
||||
|
||||
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