rt 4.0.6
[freeside.git] / rt / lib / RT / Shredder / Queue.pm
index c2ec445..2c0d068 100644 (file)
@@ -91,6 +91,7 @@ sub __DependsOn
 
 # Custom Fields
     $objs = RT::CustomFields->new( $self->CurrentUser );
+    $objs->SetContextObject( $self );
     $objs->LimitToQueue( $self->id );
     push( @$list, $objs );