diff --git a/public_html/modules/landing.php b/public_html/modules/landing.php index da44bb0..d8194d6 100644 --- a/public_html/modules/landing.php +++ b/public_html/modules/landing.php @@ -55,7 +55,7 @@ $sLogEntry->InsertIntoDatabase(); $sPageTitle = "Contribute to {$sCampaign->sName}"; $sPageContents = NewTemplater::Render("landing", $locale->strings, array( - "can-donate-once" => true, + "can-donate-once" => $sCampaign->sAllowOneTime, "project-name" => $sCampaign->sName, "urlname" => $sCampaign->sUrlName, "methods" => $sPaymentMethods