Add exchange rate update to daily cronjob

master
Sven Slootweg 11 years ago
parent 2672c73bee
commit 94c1047805

@ -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
{

Loading…
Cancel
Save