From 52440392bc671dec6315c24f2b50f8d4df6d03bc Mon Sep 17 00:00:00 2001 From: David Pesce <davidpesce@gmail.com> Date: Mon, 12 Jun 2017 11:45:07 -0400 Subject: [PATCH] admin settings default to include all events --- settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.php b/settings.php index 302e7e1..c58d5a6 100644 --- a/settings.php +++ b/settings.php @@ -68,6 +68,6 @@ if ($hassiteconfig) { $settings->add(new admin_setting_configmulticheckbox('logstore_xapi/routes', get_string('routes', - 'logstore_xapi'), '', '', $menu_routes)); + 'logstore_xapi'), '', '1', $menu_routes)); } -- GitLab