Skip to content

Commit

Permalink
Properly record ran post_update functions. (#3547)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickDickinsonWilde authored and jmolivas committed Oct 28, 2017
1 parent 13c437b commit 4093a57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Command/Update/ExecuteCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ private function runPostUpdates(DrupalStyle $io)
$function,
$context
);
$this->postUpdateRegistry->registerInvokedUpdates([$function]);
}
}

Expand Down

0 comments on commit 4093a57

Please sign in to comment.