Skip to content

Commit c5f8de1

Browse files
committed
[TASK] Improve comment
1 parent c68a33a commit c5f8de1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Classes/ExpressionLanguage/SiteConditionProvider.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ public function __construct()
2222
return;
2323
}
2424

25-
// We make the request available in conditions for site configs base variants
26-
// to enable base URL switches depending on the request.
25+
// We make the host available in conditions for site configs base variants
26+
// to enable base URL switches depending on the domain.
2727
// e.g. host == 'www.host.tld'
2828
$this->expressionLanguageVariables = [
2929
'host' => GeneralUtility::getIndpEnv('HTTP_HOST'),

0 commit comments

Comments
 (0)