Skip to content
Snippets Groups Projects
Commit 485e6de2 authored by Peter Rotich's avatar Peter Rotich
Browse files

Change mail fetch call

parent 0405136f
Branches
Tags
No related merge requests found
......@@ -20,7 +20,7 @@ class Cron {
function MailFetcher() {
require_once(INCLUDE_DIR.'class.mailfetch.php');
MailFetcher::fetchMail(); //Fetch mail..frequency is limited by email account setting.
MailFetcher::run(); //Fetch mail..frequency is limited by email account setting.
}
function TicketMonitor() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment