From e487af0dce16aed6207ad5f7b0452ce6fed64c42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Wed, 25 Dec 2019 13:28:21 +0100 Subject: [PATCH] Enable caching of plugin --- public/typo3conf/ext/ep_products/ext_localconf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/typo3conf/ext/ep_products/ext_localconf.php b/public/typo3conf/ext/ep_products/ext_localconf.php index de77aa23..b32051ff 100644 --- a/public/typo3conf/ext/ep_products/ext_localconf.php +++ b/public/typo3conf/ext/ep_products/ext_localconf.php @@ -296,7 +296,7 @@ $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks'][\EP\EpProducts\T 'Pricetable' => 'event', ], [ - 'Pricetable' => 'event', + 'Pricetable' => '', ] );