[Jifty-commit] r6810 - jifty/trunk/lib/Jifty/Plugin

Jifty commits jifty-commit at lists.jifty.org
Wed Apr 22 03:33:19 EDT 2009


Author: sartak
Date: Wed Apr 22 03:33:18 2009
New Revision: 6810

Modified:
   jifty/trunk/lib/Jifty/Plugin/RequestInspector.pm

Log:
Need to pass $cgi to new_request_inspection

Modified: jifty/trunk/lib/Jifty/Plugin/RequestInspector.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/RequestInspector.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/RequestInspector.pm	Wed Apr 22 03:33:18 2009
@@ -49,7 +49,7 @@
 
     return unless $self->should_handle_request($cgi);
 
-    $current_inspection = $self->new_request_inspection;
+    $current_inspection = $self->new_request_inspection($cgi);
     push @requests, $current_inspection;
 
     for my $plugin ($self->inspector_plugins) {


More information about the Jifty-commit mailing list