Fix attempting to generate cache for wishes without an url
This commit is contained in:
parent
496cf7588d
commit
b1bdb81e5c
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ class Wish
|
||||||
if ($this->url) {
|
if ($this->url) {
|
||||||
$generateCache = $this->cache->generateCache() || !$this->url ? 'true' : 'false';
|
$generateCache = $this->cache->generateCache() || !$this->url ? 'true' : 'false';
|
||||||
} else {
|
} else {
|
||||||
$generateCache = 'true';
|
$generateCache = 'false';
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue