1
0
Fork 0

Merge pull request #77 from benja-M-1/master

Fix the exception "Invalid argument supplied for foreach()"
pull/79/merge
Nils Adermann 2011-10-30 16:24:05 -07:00
commit 5bd1722d7e
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ class Request
public function __construct(Pool $pool) public function __construct(Pool $pool)
{ {
$this->pool = $pool; $this->pool = $pool;
$this->jobs = array();
} }
public function install($packageName, LinkConstraintInterface $constraint = null) public function install($packageName, LinkConstraintInterface $constraint = null)