|
@@ -82,6 +82,9 @@ class OtCustomizerController extends SelectedSiteController {
|
|
|
if (isset($args['displayBreadcrumb'])) {
|
|
if (isset($args['displayBreadcrumb'])) {
|
|
|
$prefs['displayBreadcrumb'] = $args['displayBreadcrumb'] ? 1 : 0;
|
|
$prefs['displayBreadcrumb'] = $args['displayBreadcrumb'] ? 1 : 0;
|
|
|
}
|
|
}
|
|
|
|
|
+ if (isset($args['staticDonors'])) {
|
|
|
|
|
+ $prefs['staticDonors'] = $args['staticDonors'] ? 1 : 0;
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
// applies the change in the database
|
|
// applies the change in the database
|
|
|
$queryBuilder = $this->connectionPool->getQueryBuilderForTable('ot_websites');
|
|
$queryBuilder = $this->connectionPool->getQueryBuilderForTable('ot_websites');
|