Skip to content

Commit b5b8a58

Browse files
committed
-1 has no meaning for a mail_user quota, 0==unlimited and default.
1 parent 9648eaa commit b5b8a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/mail/form/mail_user.tform.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
'regex' => '/^([0-9]{1,})$/',
167167
'errmsg'=> 'quota_error_value'),
168168
),
169-
'default' => '-1',
169+
'default' => '0',
170170
'value' => '',
171171
'width' => '30',
172172
'maxlength' => '255'

0 commit comments

Comments
 (0)