Fix cron controller. #3318

This commit is contained in:
James Cole
2020-05-01 17:51:30 +02:00
parent 6a25b41952
commit 49b1435cba
2 changed files with 21 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ class CronController
{
$results = [];
$results[] = $this->runRecurring();
$results[] = $this->runAutoBudget();
return implode("<br>\n", $results);
}