Skip to content

Commit 6cd43be

Browse files
committed
Merge remote-tracking branch 'ogresCE/MAGETWO-38974-base-url-placeholder' into PR_Branch
2 parents 2f40410 + 4277728 commit 6cd43be

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup/src/Magento/Setup/Console/Command/InstallStoreConfigurationCommand.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,9 @@ public function validate(InputInterface $input)
178178
switch ($key) {
179179
case StoreConfigurationDataMapper::KEY_BASE_URL:
180180
/** @var Validator $url */
181+
if (strcmp($value, '{{base_url}}') == 0) {
182+
break;
183+
}
181184
$url = $this->objectManager->get('Magento\Framework\Url\Validator');
182185
if (!$url->isValid($value)) {
183186
$errorMsgs = $url->getMessages();

0 commit comments

Comments
 (0)