Skip to content

Commit

Permalink
add logging to template block fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredbez committed Jun 25, 2019
1 parent acfd0e6 commit b4b2fb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Core/ModuleStateFixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,7 @@ protected function _addTemplateBlocks($moduleBlocks, $moduleId)

if ($rowsEffected) {
$this->needCacheClear = true;
$this->output->info("fixed template blocks for module " . $moduleId);
}
}

Expand Down

0 comments on commit b4b2fb8

Please sign in to comment.