[Bps-public-commit] r15285 - in Prophet/trunk: .
sartak at bestpractical.com
sartak at bestpractical.com
Wed Aug 20 08:46:38 EDT 2008
Author: sartak
Date: Wed Aug 20 08:46:37 2008
New Revision: 15285
Modified:
Prophet/trunk/ (props changed)
Prophet/trunk/lib/Prophet/Record.pm
Log:
r69863 at onn: sartak | 2008-08-20 08:46:30 -0400
Forgot to change an instance of collection_class->record_class to record_class
Modified: Prophet/trunk/lib/Prophet/Record.pm
==============================================================================
--- Prophet/trunk/lib/Prophet/Record.pm (original)
+++ Prophet/trunk/lib/Prophet/Record.pm Wed Aug 20 08:46:37 2008
@@ -177,7 +177,7 @@
my $self = shift;
my $record = $record_class->new(
app_handle => $self->app_handle,
- type => $collection_class->record_class->type,
+ type => $record_class->type,
);
$record->load(uuid => $self->prop($args{by}));
return $record;
More information about the Bps-public-commit
mailing list