Automatically update statistics for a campaign when the dashboard page for that campaign is viewed

master
Sven Slootweg 12 years ago
parent 87005e4a6a
commit 3fe016dc54

@ -28,6 +28,8 @@ if($sCampaign->VerifyAdministratorAccess($_SESSION['user_id']) === false)
throw new RouterException("Not authorized to administrate this campaign."); throw new RouterException("Not authorized to administrate this campaign.");
} }
$sCampaign->UpdateStatistics();
$sPaymentMethods = array(); $sPaymentMethods = array();
try try

Loading…
Cancel
Save