From bf3915f63cbbdac48e0c538376dfd0590cac1ca3 Mon Sep 17 00:00:00 2001 From: Christian Abila Date: Tue, 7 May 2024 13:14:17 +0200 Subject: [PATCH] MDL-81813 config-dist.php: correct path admin/cli/plugin_uninstall.php does not exist. The correct path is admin/cli/uninstall_plugins.php. --- config-dist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-dist.php b/config-dist.php index 5b83571eae9..326337422c2 100644 --- a/config-dist.php +++ b/config-dist.php @@ -721,7 +721,7 @@ $CFG->admin = 'admin'; // // Uninstall plugins from CLI only. This stops admins from uninstalling plugins from the graphical admin // user interface, and forces plugins to be uninstalled from the Command Line tool only, found at -// admin/cli/plugin_uninstall.php. +// admin/cli/uninstall_plugins.php. // // $CFG->uninstallclionly = true; //