From 76e21ae0ec180528ee0dfe6eaeb940f6ab37c9f4 Mon Sep 17 00:00:00 2001 From: ketralnis Date: Wed, 11 Mar 2009 12:18:52 -0700 Subject: [PATCH] Allow users to look up links by /by_id/, even if they have hidden them in the listing --- r2/r2/controllers/listingcontroller.py | 1 + 1 file changed, 1 insertion(+) diff --git a/r2/r2/controllers/listingcontroller.py b/r2/r2/controllers/listingcontroller.py index 699cbecfe..91c3467f4 100644 --- a/r2/r2/controllers/listingcontroller.py +++ b/r2/r2/controllers/listingcontroller.py @@ -334,6 +334,7 @@ class RandomrisingController(ListingController): class ByIDController(ListingController): title_text = _('API') + skip = False def query(self): return self.names