fix dynamic generation skip bug
[scpubgit/System-Introspector-Report.git] / lib / System / Introspector / Report / Publish / MediaWiki.pm
index e9ec369..b5ba003 100644 (file)
@@ -49,7 +49,7 @@ sub publish {
   for my $page (sort keys %$pages) {
     my $options = $pages->{$page};
     if ($page =~ m{\%\(meta:(.+?)\)}) {
-      return $self->_publish_dynamic($reports, $page, $1, $options);
+      $self->_publish_dynamic($reports, $page, $1, $options);
     }
     else {
       $self->_publish_pages([$reports, $page, $options]);