[Jifty-commit] r629 -

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Sun Feb 26 18:37:42 EST 2006


Author: jesse
Date: Sun Feb 26 18:37:41 2006
New Revision: 629

Modified:
   /   (props changed)
   jifty/trunk/share/web/templates/dhandler

Log:
 r24737 at truegrounds:  jesse | 2006-02-26 17:56:29 -0500
 * We don't need to do a $m->abort(). A return works fine and is ligher weight


Modified: jifty/trunk/share/web/templates/dhandler
==============================================================================
--- jifty/trunk/share/web/templates/dhandler	(original)
+++ jifty/trunk/share/web/templates/dhandler	Sun Feb 26 18:37:41 2006
@@ -54,7 +54,7 @@
             $m->out($_) while (<FILE>);
             close(FILE);
         }
-        $m->abort;
+        return;
     }
 }
 


More information about the Jifty-commit mailing list