diff --git a/app/controllers/admins_controller.rb b/app/controllers/admins_controller.rb index 26975f2f..d0677e0d 100644 --- a/app/controllers/admins_controller.rb +++ b/app/controllers/admins_controller.rb @@ -73,7 +73,7 @@ class AdminsController < ApplicationController begin meetings = all_running_meetings[:meetings] - rescue + rescue BigBlueButton::BigBlueButtonException flash[:alert] = I18n.t("administrator.rooms.timeout", server: I18n.t("bigbluebutton")) meetings = [] end