[Jifty-commit] r2457 - in jifty/trunk: plugins/Login/lib/Jifty/Plugin/Login

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Wed Jan 3 12:33:34 EST 2007


Author: jpeacock
Date: Wed Jan  3 12:33:34 2007
New Revision: 2457

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/plugins/Login/lib/Jifty/Plugin/Login/Dispatcher.pm

Log:
 r2111 at jfphome:  jpeacock | 2007-01-03 11:10:41 -0500
 It's funny how it is always the little things.


Modified: jifty/trunk/plugins/Login/lib/Jifty/Plugin/Login/Dispatcher.pm
==============================================================================
--- jifty/trunk/plugins/Login/lib/Jifty/Plugin/Login/Dispatcher.pm	(original)
+++ jifty/trunk/plugins/Login/lib/Jifty/Plugin/Login/Dispatcher.pm	Wed Jan  3 12:33:34 2007
@@ -74,7 +74,7 @@
 
 on 'logout' => run {
     redirect('/');
-}
+};
 
 ## LetMes
 before qr'^/let/(.*)' => run {


More information about the Jifty-commit mailing list