From 94c1047805410ed0cc37ca15dfc805141ac28997 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Fri, 1 Mar 2013 10:52:31 +0100 Subject: [PATCH] Add exchange rate update to daily cronjob --- public_html/cron.daily.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public_html/cron.daily.php b/public_html/cron.daily.php index ae67cd7..05dae44 100644 --- a/public_html/cron.daily.php +++ b/public_html/cron.daily.php @@ -26,7 +26,11 @@ if(php_sapi_name() !== "cli") * historical statistics logs. */ -/* First, we'll start out sending reminder e-mails. */ +/* First, we will update the exchange rates. */ + +Currency::UpdateRates(); + +/* Then, we'll start out sending reminder e-mails. */ try {