[Jifty-commit] r6813 - jifty/trunk/lib/Jifty/Plugin/RequestInspector

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


Author: sartak
Date: Wed Apr 22 03:39:22 2009
New Revision: 6813

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

Log:
url not uri

Modified: jifty/trunk/lib/Jifty/Plugin/RequestInspector/View.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/RequestInspector/View.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/RequestInspector/View.pm	Wed Apr 22 03:39:22 2009
@@ -9,7 +9,7 @@
     table {
         for my $request ($request_inspector->requests) {
             row {
-                cell { $request->{uri} };
+                cell { $request->{url} };
             };
         }
     };


More information about the Jifty-commit mailing list