Skip to content

Commit f1a0283

Browse files
author
myekaterynenko
committed
Merge pull request magento#1033 from magento-ogre/develop
[Ogre] Bamboo L3 fix, MAGETWO-30091
2 parents b9d7cf1 + 3521865 commit f1a0283

File tree

2 files changed

+2
-2
lines changed
  • lib/internal/Magento/Framework/Search/Dynamic/Algorithm
  • setup/module/Magento/Setup/view/magento/setup

2 files changed

+2
-2
lines changed

lib/internal/Magento/Framework/Search/Dynamic/Algorithm/Improved.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public function getItems(BucketInterface $bucket, array $dimensions, array $enti
5959
$data[count($data) - 1]['to'] = '';
6060

6161
$dataSize = count($data);
62-
for($key = 0; $key < $dataSize; $key++) {
62+
for ($key = 0; $key < $dataSize; $key++) {
6363
if (isset($data[$key + 1])) {
6464
$data[$key]['to'] = $data[$key + 1]['from'];
6565
}

setup/module/Magento/Setup/view/magento/setup/landing.phtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<br/>
1212
<br/>
1313
<p>Welcome to Magento Admin, your online store headquarters.
14-
Click 'Agree and Set Up Magento' or read <a href="#/getting-started">Getting Started</a> to learn more.</p>
14+
Click 'Agree and Set Up Magento' or read <a target="_blank" href="http://devdocs.magento.com/guides/v1.0/install-gde/install/install-web.html">Getting Started</a> to learn more.</p>
1515
<br/>
1616
<?php
1717
/* not implemented yet

0 commit comments

Comments
 (0)