Extend condition with check if request is set
This commit is contained in:
parent
5a22d7c152
commit
0ce8dcdfbe
@ -88,7 +88,7 @@ class AdditionalConfiguration
|
|||||||
'constants',
|
'constants',
|
||||||
'
|
'
|
||||||
// condition should trigger different cache hashes
|
// condition should trigger different cache hashes
|
||||||
[request.getNormalizedParams().getHttpHost() == \'' . $remoteHost . '\']
|
[request && request.getNormalizedParams().getHttpHost() == \'' . $remoteHost . '\']
|
||||||
config.baseURL = ' . $remoteHost . '
|
config.baseURL = ' . $remoteHost . '
|
||||||
[end]
|
[end]
|
||||||
',
|
',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user