From bd541a0a86b44cd730901ff3718c3f884beb664e Mon Sep 17 00:00:00 2001 From: Dennis Benz <44410838+dennis531@users.noreply.github.com> Date: Wed, 11 Oct 2023 08:32:15 +0200 Subject: [PATCH] Remove redundant global config option OPENCAST_CLEAR_RECYCLE_BIN_INTERVAL, fixes #803 (#805) Co-authored-by: Dennis Benz --- lib/Providers/OpencastConstants.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/Providers/OpencastConstants.php b/lib/Providers/OpencastConstants.php index ea23eac61..26b96f222 100644 --- a/lib/Providers/OpencastConstants.php +++ b/lib/Providers/OpencastConstants.php @@ -44,8 +44,7 @@ public function register(\Pimple\Container $container) 'OPENCAST_RESOURCE_PROPERTY_ID', 'OPENCAST_SUPPORT_EMAIL', 'OPENCAST_API_TOKEN', - 'OPENCAST_DEFAULT_SERVER', - 'OPENCAST_CLEAR_RECYCLE_BIN_INTERVAL' + 'OPENCAST_DEFAULT_SERVER' ] ]; }