From 3fe016dc54f906016f62f0b4eda5d898a05bba03 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Fri, 1 Mar 2013 11:48:48 +0100 Subject: [PATCH] Automatically update statistics for a campaign when the dashboard page for that campaign is viewed --- public_html/modules/campaign/dashboard.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public_html/modules/campaign/dashboard.php b/public_html/modules/campaign/dashboard.php index c656acc..85cfc9b 100644 --- a/public_html/modules/campaign/dashboard.php +++ b/public_html/modules/campaign/dashboard.php @@ -28,6 +28,8 @@ if($sCampaign->VerifyAdministratorAccess($_SESSION['user_id']) === false) throw new RouterException("Not authorized to administrate this campaign."); } +$sCampaign->UpdateStatistics(); + $sPaymentMethods = array(); try