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

Jifty commits jifty-commit at lists.jifty.org
Tue Mar 17 10:56:15 EDT 2009


Author: alexmv
Date: Tue Mar 17 10:56:15 2009
New Revision: 6594

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

Log:
 r43233 at kohr-ah:  chmrr | 2009-03-17 09:54:06 -0400
 ->app_class with no args is slower than fetching the config var


Modified: jifty/trunk/lib/Jifty/API.pm
==============================================================================
--- jifty/trunk/lib/Jifty/API.pm	(original)
+++ jifty/trunk/lib/Jifty/API.pm	Tue Mar 17 10:56:15 2009
@@ -121,7 +121,7 @@
     my $action = shift;
 
     # Get the application class name
-    my $base_path = Jifty->app_class;
+    my $base_path = Jifty->config->framework('ApplicationClass');
 
     # Return the class now if it's already fully qualified
     return $action


More information about the Jifty-commit mailing list