[Bps-public-commit] r17450 - in sd/trunk: .

sartak at bestpractical.com sartak at bestpractical.com
Tue Dec 30 14:58:22 EST 2008


Author: sartak
Date: Tue Dec 30 14:58:22 2008
New Revision: 17450

Modified:
   sd/trunk/   (props changed)
   sd/trunk/lib/App/SD/Server/Dispatcher.pm

Log:
 r78096 at onn:  sartak | 2008-12-30 14:57:34 -0500
 Missing semicolon


Modified: sd/trunk/lib/App/SD/Server/Dispatcher.pm
==============================================================================
--- sd/trunk/lib/App/SD/Server/Dispatcher.pm	(original)
+++ sd/trunk/lib/App/SD/Server/Dispatcher.pm	Tue Dec 30 14:58:22 2008
@@ -45,7 +45,7 @@
 
 
 under ['POST'] => sub {
-    on 'records' => sub { next_rule;}
+    on 'records' => sub { next_rule;};
     on qr'^POST/issue/([\w\d-]+)/edit$' => sub { shift->server->_send_redirect( to => '/issue/' . $1 ); };
     #on qr'^POST/(?!records)/(.*)$' => sub { shift->server->_send_redirect( to => $1 ); }
     on qr'^POST/(.*)$' => sub { shift->server->_send_redirect( to => $1 ); }



More information about the Bps-public-commit mailing list