Skip to content
Snippets Groups Projects
Commit c44c823b authored by Jonathan Putney's avatar Jonathan Putney
Browse files

Updating include/class.config.php: canFetchMail was not checking for the...

Updating include/class.config.php: canFetchMail was not checking for the proper database field name in the config table.
parent 18b5e955
Branches
Tags
No related merge requests found
...@@ -313,7 +313,7 @@ class Config { ...@@ -313,7 +313,7 @@ class Config {
} }
function canFetchMail() { function canFetchMail() {
return ($this->config['enable_mail_fetch']); return ($this->config['enable_mail_polling']);
} }
function enableStaffIPBinding() { function enableStaffIPBinding() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment