Author: sparky
Date: Mon Jan 11 13:54:57 2010
New Revision: 11102

Modified:
   toys/rsget.pl/RSGet/FileList.pm
Log:
- nasty bug fixed


Modified: toys/rsget.pl/RSGet/FileList.pm
==============================================================================
--- toys/rsget.pl/RSGet/FileList.pm     (original)
+++ toys/rsget.pl/RSGet/FileList.pm     Mon Jan 11 13:54:57 2010
@@ -187,7 +187,7 @@
                        my $opt = $decoded{ $uri };
                        if ( $opt->{getter} ) {
                                $decoded{ $uri } = [ RSGet::Plugin::from_pkg( 
$opt->{getter} ),
-                                       $options ];
+                                       $opt ];
                        } else {
                                my $getter = RSGet::Plugin::from_uri( $uri );
                                if ( $getter ) {
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to