bug: displaying debug info on production
This commit is contained in:
parent
f05a4e8687
commit
4ecd985aba
@ -19,7 +19,7 @@ final class Poster{
|
||||
|
||||
public function post($url, $user, $pass, $repoUser, $repo){
|
||||
// open connection and repo
|
||||
$client=new Client($url, $user, $pass, $repoUser, $repo);
|
||||
$client=new Client($url, $user, $pass);
|
||||
$repo=$client->getRepo($repoUser, $repo);
|
||||
|
||||
// create the issue
|
||||
|
Loading…
Reference in New Issue
Block a user