[Bps-public-commit] r14958 - in Prophet/trunk: .

sartak at bestpractical.com sartak at bestpractical.com
Sat Aug 9 16:27:21 EDT 2008


Author: sartak
Date: Sat Aug  9 16:27:21 2008
New Revision: 14958

Modified:
   Prophet/trunk/   (props changed)
   Prophet/trunk/lib/Prophet/Record.pm

Log:
 r69029 at onn:  sartak | 2008-08-09 16:27:06 -0400
 Provide app_handle in references methods


Modified: Prophet/trunk/lib/Prophet/Record.pm
==============================================================================
--- Prophet/trunk/lib/Prophet/Record.pm	(original)
+++ Prophet/trunk/lib/Prophet/Record.pm	Sat Aug  9 16:27:21 2008
@@ -135,8 +135,8 @@
     *{ $class . "::$accessor" } = sub {
         my $self       = shift;
         my $collection = $collection_class->new(
-            handle => $self->handle,
-            type   => $collection_class->record_class->type
+            app_handle => $self->app_handle,
+            type       => $collection_class->record_class->type
         );
         $collection->matching( sub { ($_[0]->prop( $args{by} )||'') eq $self->uuid }
         );



More information about the Bps-public-commit mailing list