From cb9b94c0bc055825418d944ec3fe8ecf6c21a194 Mon Sep 17 00:00:00 2001 From: lens0021 Date: Tue, 17 May 2022 22:28:16 +0900 Subject: [PATCH] extension.json: Fix the invalid name of $wgMathUseInternalRestbasePath Bug: T308546 Change-Id: I63592f4cfdd4ec8f7774bf75fb847ffedfe6934d --- extension.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension.json b/extension.json index 13636bade..2e9d4b277 100644 --- a/extension.json +++ b/extension.json @@ -102,7 +102,7 @@ "MathMathMLUrl": { "value": "https://mathoid-beta.wmflabs.org" }, - "wgMathUseInternalRestbasePath": { + "MathUseInternalRestbasePath": { "description": "Whether to allow to use of internal RESTBase path instead of $wgMathFullRestbaseURL and $wgVisualEditorFullRestbaseURL. Set false if you want to use external RESTBase in any case.", "value": true, "public": true