Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:codeguy/Slim into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Jun 4, 2013
2 parents 36b321f + bacf772 commit 555d3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Slim/Environment.php
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ private function __construct($settings = null)
$env['slim.input'] = $rawInput;

//Error stream
$env['slim.errors'] = fopen('php://stderr', 'w');
$env['slim.errors'] = @fopen('php://stderr', 'w');

$this->properties = $env;
}
Expand Down

0 comments on commit 555d3af

Please sign in to comment.