From 485e6de2742dce938774a0e8db257cf6d462a02b Mon Sep 17 00:00:00 2001
From: Peter Rotich <peter@osticket.com>
Date: Sat, 28 Jul 2012 03:09:34 -0400
Subject: [PATCH] Change mail fetch call

---
 include/class.cron.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/class.cron.php b/include/class.cron.php
index c8e3a81de..15ca7078b 100644
--- a/include/class.cron.php
+++ b/include/class.cron.php
@@ -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() {
-- 
GitLab