Open radist2s opened 10 years ago
File: mailaccount.js Row: 21
mailaccount.js
Variable settingsObj can be undefined I got an error when doing "Polling accounts".
settingsObj
undefined
I'm add settingsObj = settingsObj || {} in the start of the function for temporary fix.
settingsObj = settingsObj || {}
File:
mailaccount.js
Row: 21Variable
settingsObj
can beundefined
I got an error when doing "Polling accounts".I'm add
settingsObj = settingsObj || {}
in the start of the function for temporary fix.