1
0
Fork 0

Fix missing reference in local repository

pull/66/head
Jordi Boggiano 2011-10-28 00:36:02 +02:00
parent dcfe310cff
commit 23c1c40b3d
1 changed files with 1 additions and 0 deletions

View File

@ -120,6 +120,7 @@ class RepositoryManager
*/ */
public function setLocalRepository(RepositoryInterface $repository) public function setLocalRepository(RepositoryInterface $repository)
{ {
$repository->setRepositoryManager($this);
$this->localRepository = $repository; $this->localRepository = $repository;
} }