From caa738b5b0813a121c67887c0201037a3601c664 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Thu, 7 Jul 2022 20:46:59 +0200 Subject: [PATCH] MDL-71747 environment: Ensure that check_xmlrpc_usage is in >=39 This is a partial backport of MDL-73270 to ensure that the check_xmlrpc_usage custom check is present in all the supported branches and it's applied to all branches able to run php80: - MOODLE_311_STABLE - MOODLE_400_STABLE - master (aka, 4.1 and up) Note that the whole patch has not been backported, only the environmental check (xml file and check implementation). --- admin/environment.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/admin/environment.xml b/admin/environment.xml index 9a8119e7918..83cb965ea48 100644 --- a/admin/environment.xml +++ b/admin/environment.xml @@ -3539,6 +3539,8 @@ + +