Skip to content

Commit

Permalink
after the reboot, the modules folder is one level too low
Browse files Browse the repository at this point in the history
  • Loading branch information
fiammybe committed May 19, 2016
1 parent 649803a commit acb2078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AddonInstaller.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class AddonInstaller extends LibraryInstaller
public function getInstallPath(PackageInterface $package)
{
$moddir = explode('/', $package->getName());
$icms_modules = '../modules/';
$icms_modules = './modules/';
$extra = $this->composer->getPackage()->getExtra();
if (isset($extra['icms_modules_path'])) {
$icms_modules = $extra['icms_modules_path'];
Expand Down

0 comments on commit acb2078

Please sign in to comment.