1
0
Fork 0

Do not notify installation of aliases

pull/668/merge
Jordi Boggiano 2012-05-09 17:46:13 +02:00
parent 2ca488f030
commit 6864555aa4
1 changed files with 0 additions and 2 deletions

View File

@ -189,8 +189,6 @@ class InstallationManager
if (!$repo->hasPackage($package)) { if (!$repo->hasPackage($package)) {
$repo->addPackage(clone $package); $repo->addPackage(clone $package);
} }
$this->notifyInstall($package);
} }
/** /**