[Jifty-commit] r7130 - jifty/trunk/lib/Jifty/Plugin/REST

Jifty commits jifty-commit at lists.jifty.org
Mon Jun 1 17:00:05 EDT 2009


Author: sartak
Date: Mon Jun  1 17:00:03 2009
New Revision: 7130

Modified:
   jifty/trunk/lib/Jifty/Plugin/REST/Dispatcher.pm

Log:
$Dispatcher is in the Jifty::Dispatcher namespace, yeugh

Modified: jifty/trunk/lib/Jifty/Plugin/REST/Dispatcher.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/REST/Dispatcher.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/REST/Dispatcher.pm	Mon Jun  1 17:00:03 2009
@@ -958,7 +958,7 @@
     eval { $action->run };
 
     if ($@) {
-        $Dispatcher->log->warn($@);
+        warn $@;
         abort(500);
     }
 


More information about the Jifty-commit mailing list