Skip to content

Commit

Permalink
reverting change that added addons/plugins to search path for plugins…
Browse files Browse the repository at this point in the history
…. decided correctly to just use existing search paths and move bundled plugins to addons directory.
  • Loading branch information
byrnereese committed Nov 9, 2009
1 parent 43c2876 commit c5f9f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MT/Core.pm
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ BEGIN {
path => 1,
},
'PluginPath' => {
default => [ 'plugins' ],
default => 'plugins',
path => 1,
type => 'ARRAY',
},
Expand Down

0 comments on commit c5f9f66

Please sign in to comment.