mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +03:00
Cleanup some code
This commit is contained in:
parent
b16b184ac9
commit
4645209053
3 changed files with 15 additions and 25 deletions
|
|
@ -520,8 +520,8 @@ class AppUser extends AbstractApp {
|
|||
if (
|
||||
!iError &&
|
||||
1 < arrayLength(data.Result) &&
|
||||
isPosNumeric(data.Result[0], true) &&
|
||||
isPosNumeric(data.Result[1], true)
|
||||
isPosNumeric(data.Result[0]) &&
|
||||
isPosNumeric(data.Result[1])
|
||||
) {
|
||||
QuotaUserStore.populateData(pInt(data.Result[1]), pInt(data.Result[0]));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue