Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpott committed Apr 6, 2017
1 parent 05d8d09 commit 012550a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/core/drupal/update.inc
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ function drush_update_batch() {
// Apply post update hooks.
$post_updates = \Drupal::service('update.post_update_registry')->getPendingUpdateFunctions();
if ($post_updates) {
$operations[] = ['drush_update_cache_rebuild', []];
$operations[] = ['drupal_flush_all_caches', []];
foreach ($post_updates as $function) {
$operations[] = ['update_invoke_post_update', [$function]];
}
Expand Down

0 comments on commit 012550a

Please sign in to comment.