[Jifty-commit] r1649 - in jifty/trunk: lib/Jifty

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Sat Jul 22 20:15:35 EDT 2006


Author: jesse
Date: Sat Jul 22 20:15:34 2006
New Revision: 1649

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/Web.pm

Log:
 r14354 at pinglin:  jesse | 2006-07-22 16:40:40 -0700
 * Even though Jifty::Web uses URIs internally, external code shouldn't be forced to
   (This API change broke things after the last release)


Modified: jifty/trunk/lib/Jifty/Web.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Web.pm	(original)
+++ jifty/trunk/lib/Jifty/Web.pm	Sat Jul 22 20:15:34 2006
@@ -143,7 +143,7 @@
       $uri->path($path);
     }
     
-    return $uri->canonical;
+    return $uri->canonical->as_string;
 }
 
 =head3 serial 


More information about the Jifty-commit mailing list