From 78fb3c9c263722ef969d875ddf63fe79e459c66f Mon Sep 17 00:00:00 2001 From: Christian Krzeminski Date: Tue, 24 Sep 2024 13:36:00 +0200 Subject: [PATCH] fix: broken range config --- ext_tables.php | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/ext_tables.php b/ext_tables.php index 9ab9bef..bf008f2 100644 --- a/ext_tables.php +++ b/ext_tables.php @@ -1,10 +1,4 @@ mktime(0, 0, 0, 12, 31, date('Y') + 10), - 'lower' => mktime(0, 0, 0, date('m') - 1, date('d'), date('Y')) -]; - -$GLOBALS['TCA']['tx_happyfeet_domain_model_footnote']['ctrl']['security']['ignorePageTypeRestriction'] = true; \ No newline at end of file +$GLOBALS['TCA']['tx_happyfeet_domain_model_footnote']['ctrl']['security']['ignorePageTypeRestriction'] = true;