Skip to content

Commit

Permalink
MAGETWO-33027: [GITHUB] Installation Incomplete with XDebug enabled #904
Browse files Browse the repository at this point in the history


- fixed error according to CR
  • Loading branch information
Ivan Gavryshko committed Mar 26, 2015
1 parent 4138d8e commit 8391aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/src/Magento/Setup/Controller/Environment.php
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ private function checkXDebugNestedLevel()
$minimumRequiredXDebugNestedLevel = $this->phpInformation->getRequiredMinimumXDebugNestedLevel();

if ($minimumRequiredXDebugNestedLevel > $currentXDebugNestingLevel) {
$error = false;
$error = true;
}

$message = sprintf(
Expand Down

0 comments on commit 8391aea

Please sign in to comment.