Skip to content

Commit

Permalink
Moving ConsoleInput to the correct directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Oct 14, 2010
1 parent d64078d commit 67f03af
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -36,7 +36,7 @@ class ConsoleInput {
* @return void
*/
public function __construct($handle = 'php://stdin') {
$this->_input = fopen('php://stdin', 'r');
$this->_input = fopen($handle, 'r');
}

/**
Expand Down

0 comments on commit 67f03af

Please sign in to comment.