Automatically update statistics for a campaign when the dashboard page for that campaign is viewed
This commit is contained in:
parent
87005e4a6a
commit
3fe016dc54
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue