diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 4aeba141e..0a7886316 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -216,6 +216,6 @@ module ApplicationHelper end def wopi_enabled? - ENV['WOPI_ENABLED'] == 'true' || true + ENV['WOPI_ENABLED'] == 'true' end end