Skip to content

Commit

Permalink
fixed plugin list call
Browse files Browse the repository at this point in the history
  • Loading branch information
garu committed Jan 3, 2010
1 parent 694ae35 commit d58eb5f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/App/Rad.pm
Expand Up @@ -102,10 +102,9 @@ sub load_plugin {
*{"$class\::$method"} = $methods{$method};
$c->debug("-- method '$method' added [$plugin_fullname]");
# fill $c->plugins()
push @{ $c->{'_plugins'} }, $plugin;
}
# add plugin to $c->plugins() list
push @{ $c->{'_plugins'} }, $plugin;
}
# this function browses a file's
Expand Down

0 comments on commit d58eb5f

Please sign in to comment.