Loading core/modules/taxonomy/taxonomy.install +3 −2 Original line number Diff line number Diff line Loading @@ -227,7 +227,8 @@ function taxonomy_update_8702(&$sandbox) { ->condition('tdf.default_langcode', 1); if (!isset($sandbox['max'])) { $sandbox['max'] = (clone $select)->countQuery()->execute()->fetchField(); $count_query = clone $select; $sandbox['max'] = $count_query->countQuery()->execute()->fetchField(); $sandbox['current'] = 0; } Loading Loading
core/modules/taxonomy/taxonomy.install +3 −2 Original line number Diff line number Diff line Loading @@ -227,7 +227,8 @@ function taxonomy_update_8702(&$sandbox) { ->condition('tdf.default_langcode', 1); if (!isset($sandbox['max'])) { $sandbox['max'] = (clone $select)->countQuery()->execute()->fetchField(); $count_query = clone $select; $sandbox['max'] = $count_query->countQuery()->execute()->fetchField(); $sandbox['current'] = 0; } Loading