forked from External/greenlight
		
	Made rescue clause more specific to catch timeouts for Server Rooms (#2245)
This commit is contained in:
		@@ -73,7 +73,7 @@ class AdminsController < ApplicationController
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    begin
 | 
					    begin
 | 
				
			||||||
      meetings = all_running_meetings[:meetings]
 | 
					      meetings = all_running_meetings[:meetings]
 | 
				
			||||||
    rescue
 | 
					    rescue BigBlueButton::BigBlueButtonException
 | 
				
			||||||
      flash[:alert] = I18n.t("administrator.rooms.timeout", server: I18n.t("bigbluebutton"))
 | 
					      flash[:alert] = I18n.t("administrator.rooms.timeout", server: I18n.t("bigbluebutton"))
 | 
				
			||||||
      meetings = []
 | 
					      meetings = []
 | 
				
			||||||
    end
 | 
					    end
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user