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