Skip to content
Snippets Groups Projects
Commit 898c2ee1 authored by Kristiaan Van den Eynde's avatar Kristiaan Van den Eynde
Browse files

Issue #3488960 by kristiaanvandeneynde, scotwith1t: Update path from 2.3 to...

Issue #3488960 by kristiaanvandeneynde, scotwith1t: Update path from 2.3 to 3.3 fails due to wrong hook_update_N number
parent e576d285
Branches
Tags
1 merge request!157Patch #93
Pipeline #345960 failed
...@@ -281,7 +281,7 @@ function group_update_9210() { ...@@ -281,7 +281,7 @@ function group_update_9210() {
/** /**
* Updates views to drop obsolete key. * Updates views to drop obsolete key.
*/ */
function group_update_10303(&$sandbox) { function group_update_9211(&$sandbox) {
if (\Drupal::moduleHandler()->moduleExists('views')) { if (\Drupal::moduleHandler()->moduleExists('views')) {
$view = \Drupal::configFactory()->getEditable('views.view.group_members'); $view = \Drupal::configFactory()->getEditable('views.view.group_members');
if (!$view->isNew()) { if (!$view->isNew()) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment