Skip to content
Snippets Groups Projects
Commit 9f698186 authored by Gurzhyi, Andrii's avatar Gurzhyi, Andrii
Browse files

MAGETWO-44403: Styles are not loaded on storefront after install

- Fixed name of lock file
parent 0be91a56
Branches
No related merge requests found
......@@ -96,7 +96,7 @@ class AlternativeSource implements AlternativeSourceInterface
}
try {
$this->lockerProcess->lockProcess($this->lockName . sprintf('%x', crc32($path . $content)));
$this->lockerProcess->lockProcess($this->lockName);
$module = $chain->getAsset()->getModule();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment