Skip to content

Commit

Permalink
Fix base directory in locate_component method of the
Browse files Browse the repository at this point in the history
WellWell::Compose::Engine::Zoom class.
  • Loading branch information
racke committed Nov 4, 2010
1 parent c8b0e60 commit 8534ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/WellWell/Compose/Engine/Zoom.pm
Expand Up @@ -38,7 +38,7 @@ sub locate_component {
my ($self, $name) = @_;
my (%component_hash, $component, $component_dir);

$component_dir = "$::Variable->{MV_COMPONENT_DIR}/$name";
$component_dir = "$::Variable->{MV_COMPONENT_DIR}";

if (-d "$component_dir/$name") {
# separate directory for component
Expand Down

0 comments on commit 8534ab8

Please sign in to comment.