X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-View-Component-SubInclude.git;a=blobdiff_plain;f=lib%2FCatalyst%2FView%2FComponent%2FSubInclude%2FESI.pm;h=259f8cc6763dd2234ada2da5e7c74fa42f7587ac;hp=8909f9facab85a3289541df57f5ffb7bff8b2437;hb=f97c716560e114d118695339a200fe5a7e09e9e5;hpb=8bbd65bf6b13d05aae77781463bc43f3c0a44deb diff --git a/lib/Catalyst/View/Component/SubInclude/ESI.pm b/lib/Catalyst/View/Component/SubInclude/ESI.pm index 8909f9f..259f8cc 100644 --- a/lib/Catalyst/View/Component/SubInclude/ESI.pm +++ b/lib/Catalyst/View/Component/SubInclude/ESI.pm @@ -55,7 +55,7 @@ common interface for plugins. =cut sub generate_subinclude { - my ($class, $config, $c, $path, @params) = @_; + my ($self, $c, $path, @params) = @_; my $uri = $c->uri_for_action( $path, @params );