Skip to content

Commit

Permalink
Pass empty string during migration.
Browse files Browse the repository at this point in the history
Bug: 14865
  • Loading branch information
mrubinsk committed Oct 14, 2018
1 parent 2ba8efa commit 27d7b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migration/10_ansel_upgrade_computestylehashes.php
Expand Up @@ -47,7 +47,7 @@ protected function _ensureHashes($rows)
continue;
}
try {
$this->_ensureHash($style->getHash());
$this->_ensureHash($style->getHash(''));
} catch (Exception $e) {
$this->announce('ERROR: ' . $e->getMessage());
}
Expand Down

0 comments on commit 27d7b6d

Please sign in to comment.