From 32b1c4c8b00a89255527a2832f89cc462fc4dd63 Mon Sep 17 00:00:00 2001 From: mdPlusPlus Date: Wed, 18 Jan 2023 21:29:49 +0100 Subject: [PATCH] Make language submodule optional --- get_online_session_communities.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get_online_session_communities.php b/get_online_session_communities.php index dd1e872..14e25fc 100644 --- a/get_online_session_communities.php +++ b/get_online_session_communities.php @@ -3,8 +3,8 @@ // require other php files require "helper_functions.php"; - require "languages/language_flags.php"; require "html_generator.php"; + include "languages/language_flags.php"; // actually runs fine without it // some global stuff