diff --git a/public/typo3conf/ext/ep_events/ext_localconf.php b/public/typo3conf/ext/ep_events/ext_localconf.php index ae098351..d91ca49c 100644 --- a/public/typo3conf/ext/ep_events/ext_localconf.php +++ b/public/typo3conf/ext/ep_events/ext_localconf.php @@ -148,7 +148,7 @@ call_user_func(function() { $GLOBALS['TYPO3_CONF_VARS']['LOG']['EP']['EpEvents']['Controller']['writerConfiguration'] = [ \TYPO3\CMS\Core\Log\LogLevel::INFO => [ - 'TYPO3\\CMS\\Core\\Log\\Writer\\DatabaseWriter' => [ + \TYPO3\CMS\Core\Log\Writer\DatabaseWriter::class => [ 'logTable' => 'tx_epevents_log' ], ], diff --git a/public/typo3conf/ext/ep_products/ext_localconf.php b/public/typo3conf/ext/ep_products/ext_localconf.php index 5f8102b7..6de6ee23 100644 --- a/public/typo3conf/ext/ep_products/ext_localconf.php +++ b/public/typo3conf/ext/ep_products/ext_localconf.php @@ -273,7 +273,7 @@ $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks'][\EP\EpProducts\T 'Pricetable' => 'event', ], [ - 'Pricetable' => '', + 'Pricetable' => 'event', ] ); @@ -328,10 +328,9 @@ $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks'][\EP\EpProducts\T 'AjaxDate' => 'dates', 'AjaxFilterpanel' => 'autocomplete', 'AjaxSearchbar' => 'options,reset', - 'AjaxContent' => 'webcam', + 'AjaxContingent' => 'list,rooms', 'AjaxTable' => 'pricetable,pricetableHtml,eventPricetable', 'AjaxCalendar' => 'range,contingents,availableRooms', - 'AjaxContingent' => 'list,rooms', 'AjaxWatchlist' => 'list', ] );