[wellwell-devel] [SCM] Interchange wellwell catalog branch, master, updated. 5338693fd44a3ea31f7e56a97bc09d7ecbdb96e4

Stefan Hornburg racke at rt.icdevgroup.org
Thu Feb 11 13:55:03 UTC 2010


       via  5338693fd44a3ea31f7e56a97bc09d7ecbdb96e4 (commit)
      from  87a221ecd11e9ef9ee5f05e097d3a2ff4d665120 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5338693fd44a3ea31f7e56a97bc09d7ecbdb96e4
Author: Stefan Hornburg (Racke) <racke at linuxia.de>
Date:   Thu Feb 11 14:54:34 2010 +0100

    Mediawiki formatter requires store parameter

-----------------------------------------------------------------------

Summary of changes and diff:
 lib/Vend/Wiki.pm |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/lib/Vend/Wiki.pm b/lib/Vend/Wiki.pm
index aba66b5..5a42069 100644
--- a/lib/Vend/Wiki.pm
+++ b/lib/Vend/Wiki.pm
@@ -408,10 +408,11 @@ sub load_formatter {
 		die "Failed to load $fmt->{class}: $@\n";
 	}
 	eval {
-		$fmt->{object} = $fmt->{class}->new (node_prefix => '?page=');
+		$fmt->{object} = $fmt->{class}->new (store => $self->{store},
+											 node_prefix => '?page=');
 	};
 	if ($@) {
-		die "Failed to instantiate $fmt->{class}\n";
+		die "Failed to instantiate $fmt->{class}: $@\n";
 	}
 
 	return $fmt->{object};


hooks/post-receive
-- 
Interchange wellwell catalog



More information about the wellwell-devel mailing list