Skip to content

Commit

Permalink
Fix issue introduced in 32f0222 - tests now pass
Browse files Browse the repository at this point in the history
  • Loading branch information
TRPB committed Jun 15, 2019
1 parent 32f0222 commit 8781979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SheetLoader/TSSFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function setCacheKey($tokens) {
}

public function updateRequired($data) {
$this->cacheName = $this->getCacheKey($data) . $this->fileName;
$this->cacheName = $this->getCacheKey($data);

$rules = $this->getRulesFromCache($this->fileName);
//Nothing was cached or the TSS file has changed, update is required
Expand Down

0 comments on commit 8781979

Please sign in to comment.