X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FApp%2FSCS%2FPlugin%2FCore.pm;h=7d9dfc609524c9f02b4eb2cf6350f4d893fffdb9;hb=e2e7175f11789605d89be76f039855c604f92501;hp=dba9001626ad8f9d0a24e6cd2bd82bce4a2e3eb5;hpb=ea38c46df0ee43c73500859b3061f7494dc5e5b3;p=scpubgit%2FApp-SCS.git diff --git a/lib/App/SCS/Plugin/Core.pm b/lib/App/SCS/Plugin/Core.pm index dba9001..7d9dfc6 100644 --- a/lib/App/SCS/Plugin/Core.pm +++ b/lib/App/SCS/Plugin/Core.pm @@ -32,6 +32,7 @@ sub _build_includes { sub page_plugins { my ($self) = @_; PageList => 'App::SCS::Plugin::Core::PagePlugin::PageList', + RemovePlugin => 'App::SCS::Plugin::Core::PagePlugin::RemovePlugin', Template => { class => 'App::SCS::Plugin::Core::PagePlugin::Template', config => sub { templates => $self->templates },