Skip to content

Commit

Permalink
Merge pull request #95 from OXIDprojects/add-logging-to-template-bloc…
Browse files Browse the repository at this point in the history
…k-fixer

add logging to template block fixer
  • Loading branch information
keywan-ghadami-oxid authored Jun 25, 2019
2 parents acfd0e6 + b4b2fb8 commit 8d01624
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 8d01624

Please sign in to comment.