Skip to content

Commit

Permalink
Edited libraries/Cli.php via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
zaloster committed Mar 31, 2011
1 parent 507ee2e commit c1f456d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/Cli.php
Expand Up @@ -221,7 +221,7 @@ public function prompt()
$this->write('This is not a valid option. Please try again.');
$this->new_line();

$input = call_user_func(array($this, 'prompt'), $args);
$input = call_user_func_array(array($this, 'prompt'), $args);
}

return $input;
Expand Down

0 comments on commit c1f456d

Please sign in to comment.