From 8e303079c57e33e35d09e92626e0ba727683d8b2 Mon Sep 17 00:00:00 2001 From: Michael Lee <lee.5151@osu.edu> Date: Wed, 21 Sep 2022 15:57:10 -0400 Subject: [PATCH] remove standard profile from settings.php --- web/sites/default/settings.php | 1 - 1 file changed, 1 deletion(-) diff --git a/web/sites/default/settings.php b/web/sites/default/settings.php index f083a030ee..6e005e8f7c 100644 --- a/web/sites/default/settings.php +++ b/web/sites/default/settings.php @@ -81,4 +81,3 @@ * Always install the 'standard' profile to stop the installer from * modifying settings.php. */ -$settings['install_profile'] = 'minimal'; -- GitLab