[Bast-commits] r6047 - ironman/plagger/lib/Plagger/Plugin/Bundle

castaway at dev.catalyst.perl.org castaway at dev.catalyst.perl.org
Thu Apr 30 13:47:59 GMT 2009


Author: castaway
Date: 2009-04-30 14:47:59 +0100 (Thu, 30 Apr 2009)
New Revision: 6047

Modified:
   ironman/plagger/lib/Plagger/Plugin/Bundle/PagedPlanet.pm
Log:
Pass pagesize from Bundle to Publish::PagedPlanet


Modified: ironman/plagger/lib/Plagger/Plugin/Bundle/PagedPlanet.pm
===================================================================
--- ironman/plagger/lib/Plagger/Plugin/Bundle/PagedPlanet.pm	2009-04-30 13:43:04 UTC (rev 6046)
+++ ironman/plagger/lib/Plagger/Plugin/Bundle/PagedPlanet.pm	2009-04-30 13:47:59 UTC (rev 6047)
@@ -68,6 +68,7 @@
         config => {
             dir  => $self->conf->{dir},
             skin => $self->conf->{theme},
+            pagesize => $self->conf->{pagesize} || 10,
             template => {
                 style_url => $self->conf->{stylesheet},
                 url => {




More information about the Bast-commits mailing list