[Jifty-commit] r2412 - in jifty/branches/template-declare: .

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Wed Dec 20 02:57:45 EST 2006


Author: jesse
Date: Wed Dec 20 02:57:45 2006
New Revision: 2412

Modified:
   jifty/branches/template-declare/   (props changed)
   jifty/branches/template-declare/lib/Jifty/ClassLoader.pm

Log:
 r46335 at dhcp64-134-35-102:  jesse | 2006-12-19 20:35:38 -0800
 typo


Modified: jifty/branches/template-declare/lib/Jifty/ClassLoader.pm
==============================================================================
--- jifty/branches/template-declare/lib/Jifty/ClassLoader.pm	(original)
+++ jifty/branches/template-declare/lib/Jifty/ClassLoader.pm	Wed Dec 20 02:57:45 2006
@@ -239,7 +239,6 @@
     my $base = $self->{base};
     # if we don't even have an application class, this trick will not work
     return unless ($base); 
-    Jifty::Util->require($base);
     Jifty::Util->require($base."::View");
 }
 


More information about the Jifty-commit mailing list