1
0
Fork 0

Fix warning

pull/473/merge
Jordi Boggiano 2012-03-18 22:58:53 +01:00
parent 39f16fb7ff
commit 72b7b169e7
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ class VcsRepository extends ArrayRepository
$this->url = $config['url']; $this->url = $config['url'];
$this->io = $io; $this->io = $io;
$this->type = $config['type']; $this->type = isset($config['type']) ? $config['type'] : 'vcs';
} }
public function setDebug($debug) public function setDebug($debug)