Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
49e21afc
Commit
49e21afc
authored
Jan 11, 2017
by
alexpott
Browse files
Issue
#2842480
by amateescu: system_update_8203() is named incorrectly
parent
35acba7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/system/system.install
View file @
49e21afc
...
...
@@ -1785,12 +1785,20 @@ function system_update_8202() {
* @} End of "addtogroup updates-8.2.3".
*/
/**
* @addtogroup updates-8.3.0
* @{
*/
/**
* Add detailed cron logging configuration.
*/
function
system_update_8203
()
{
$config_factory
=
\
Drupal
::
configFactory
();
$system_cron_config
=
$config_factory
->
getEditable
(
'system.cron'
)
function
system_update_8300
()
{
\
Drupal
::
configFactory
()
->
getEditable
(
'system.cron'
)
->
set
(
'logging'
,
1
)
->
save
(
TRUE
);
}
/**
* @} End of "addtogroup updates-8.3.0".
*/
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment