[Jifty-commit] r651 -

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Fri Mar 3 19:03:40 EST 2006


Author: jesse
Date: Fri Mar  3 19:03:39 2006
New Revision: 651

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

Log:
 r25149 at truegrounds:  jesse | 2006-03-03 11:28:24 -0800
  * Removed an extra collection


Modified: jifty/trunk/lib/Jifty/Collection.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Collection.pm	(original)
+++ jifty/trunk/lib/Jifty/Collection.pm	Fri Mar  3 19:03:39 2006
@@ -99,7 +99,6 @@
 sub new_item {
     my $self = shift;
     my $class =$self->record_class();
-    Jifty::Util->require($class);
 
     # We do this as a performance optimization, so we don't need to do the stackwalking to find it
     return $class->new(current_user => $self->current_user);


More information about the Jifty-commit mailing list