diff --git a/plugin/bbb/cron_close_meeting.php b/plugin/bbb/cron_close_meeting.php index ae0f2f6d21..43b6a3d426 100644 --- a/plugin/bbb/cron_close_meeting.php +++ b/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) {