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 {