From ce961fb23d1db5aa91dee74b0dec38f71720ee79 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Wed, 20 Sep 2023 16:54:34 +1200 Subject: [PATCH] Fix notice from adding esm_loader to wrong form It is on the debugging form - but perhaps it was gonna go here for a bit --- CRM/Admin/Form/Setting/Miscellaneous.php | 1 - 1 file changed, 1 deletion(-) diff --git a/CRM/Admin/Form/Setting/Miscellaneous.php b/CRM/Admin/Form/Setting/Miscellaneous.php index 6a5a443dfe76..cf0753506856 100644 --- a/CRM/Admin/Form/Setting/Miscellaneous.php +++ b/CRM/Admin/Form/Setting/Miscellaneous.php @@ -62,7 +62,6 @@ public function preProcess() { 'recentItemsMaxCount', 'recentItemsProviders', 'dedupe_default_limit', - 'esm_loader', 'prevNextBackend', 'import_batch_size', ]);