From 8e5650ac201b14e3625dc0cd93ff573074c622f5 Mon Sep 17 00:00:00 2001 From: webchick <webchick@24967.no-reply.drupal.org> Date: Thu, 6 Sep 2012 22:27:31 -0700 Subject: [PATCH] Issue #1716920 by Albert Volkman: Fixed override example documentation needs updating. --- sites/default/default.settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php index 10bd2551172d..7010b6a2ff4c 100755 --- a/sites/default/default.settings.php +++ b/sites/default/default.settings.php @@ -363,7 +363,7 @@ * - anonymous: Defines the human-readable name of anonymous users. * Remove the leading hash signs to enable. */ -# $conf['site_name'] = 'My Drupal site'; +# $conf['system.site']['name'] = 'My Drupal site'; # $conf['theme_default'] = 'stark'; # $conf['anonymous'] = 'Visitor'; -- GitLab