diff --git a/plugins/bc-custom-content/plugins/BcCcFile/src/Event/BcCcFileControllerEventListener.php b/plugins/bc-custom-content/plugins/BcCcFile/src/Event/BcCcFileControllerEventListener.php index c8af133aa8..3a6e303484 100644 --- a/plugins/bc-custom-content/plugins/BcCcFile/src/Event/BcCcFileControllerEventListener.php +++ b/plugins/bc-custom-content/plugins/BcCcFile/src/Event/BcCcFileControllerEventListener.php @@ -56,7 +56,6 @@ class BcCcFileControllerEventListener extends BcControllerEventListener public function bcCustomContentCustomEntriesStartup(EventInterface $event) { $request = $event->getSubject()->getRequest(); - if(!$this->isAction('Add', false) && !$this->isAction('Edit', false)) return; $tableId = $request->getParam('pass.0'); if(!$tableId) $tableId = $request->getQuery('custom_table_id'); $this->setupUploader($tableId);