update the config var to force closure on all campuses

pull/3976/head
juan-cortizas-ponte 4 years ago
parent b9f68903c7
commit 5b1a4ba80b
  1. 2
      plugin/bbb/cron_close_meeting.php

@ -10,7 +10,7 @@ $plugin = BBBPlugin::create();
$meetingTable = Database::get_main_table('plugin_bbb_meeting');
$roomTable = Database::get_main_table('plugin_bbb_room');
$applyAllUrls = api_get_configuration_value('multiple_urls_cron_apply_to_all');
$applyAllUrls = $plugin->get('plugin_bbb_multiple_urls_cron_apply_to_all');
$bbb = new bbb();
if ($bbb->pluginEnabled) {

Loading…
Cancel
Save