[Bps-public-commit] r15086 - in sd/trunk: .

spang at bestpractical.com spang at bestpractical.com
Tue Aug 12 09:33:21 EDT 2008


Author: spang
Date: Tue Aug 12 09:33:09 2008
New Revision: 15086

Modified:
   sd/trunk/   (props changed)
   sd/trunk/lib/App/SD/CLI/Command/Ticket/Comments.pm

Log:
 r47784 at loki:  spang | 2008-08-06 01:13:02 +0100
 fix an omission, yay for tests


Modified: sd/trunk/lib/App/SD/CLI/Command/Ticket/Comments.pm
==============================================================================
--- sd/trunk/lib/App/SD/CLI/Command/Ticket/Comments.pm	(original)
+++ sd/trunk/lib/App/SD/CLI/Command/Ticket/Comments.pm	Tue Aug 12 09:33:09 2008
@@ -9,7 +9,7 @@
     my $record = $self->_get_record_class();
 
     $self->require_uuid;
-    $record->load( uuid => $uuid );
+    $record->load( uuid => $self->uuid );
     unless (@{$record->comments}) {
         print "No comments found\n";
     }



More information about the Bps-public-commit mailing list