Skip to content

Commit

Permalink
stupid typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fiammybe committed Aug 29, 2014
1 parent 9593fa6 commit 649c10c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ModuleInstaller.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function getPackageBasePath(PackageInterface $package)
$icms_modules = '../modules/';
$extra = $this->composer->getPackage()->getExtra();
if (isset($extra['icms_modules_path'])) {
$icms_root = $extra['icmss_modules_path'];
$icms_root = $extra['icms_modules_path'];
}
return $icms_modules . $moddir[1];
}
Expand Down

0 comments on commit 649c10c

Please sign in to comment.