Fix ordering in perl subscription_list
authorChip Black <bytex64@bytex64.net>
Mon, 2 Mar 2015 07:55:32 +0000 (01:55 -0600)
committerChip Black <bytex64@bytex64.net>
Mon, 2 Mar 2015 07:55:32 +0000 (01:55 -0600)
lib/perl/Blerg-Database/lib/Blerg/Database.pm

index e462860..8d3789a 100644 (file)
@@ -123,7 +123,7 @@ sub get_subscription_mark {
 sub subscription_list {
     my ($obj) = @_;
     $obj->_ensure_pointer;
-    return Blerg::Database::_subscription_list($obj->{name}, 0, 1);
+    return Blerg::Database::_subscription_list($obj->{name}, 0, -1);
 }
 
 sub mute {