Skip to content

Commit 4be5f20

Browse files
committed
MAGETWO-36653: [GitHub] Unable to open home page after successful installation #1212
- changed condition checking in Store model
1 parent 385f475 commit 4be5f20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Store/Model/Store.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@ public function isCurrentlySecure()
755755
\Magento\Store\Model\ScopeInterface::SCOPE_STORE
756756
);
757757

758-
if (!$secureBaseUrl) {
758+
if (!$secureBaseUrl || !$this->_config->getValue(self::XML_PATH_SECURE_IN_FRONTEND)) {
759759
return false;
760760
}
761761

0 commit comments

Comments
 (0)