Fix bug that led to inaccurate statistics on new projects

master
Sven Slootweg 11 years ago
parent 38f908e0a9
commit fa7f0c2247

@ -158,6 +158,7 @@ class Campaign extends CPHPDatabaseRecordClass
}
else
{
$sDonationsMade = array();
$this->uDonationRate = 100;
$this->uHaveData = false;
}

Loading…
Cancel
Save