From b5c968d59c24baadaf0bf63982c7767d689ac725 Mon Sep 17 00:00:00 2001 From: Dan Wells Date: Thu, 7 Jun 2012 10:32:59 -0400 Subject: [PATCH] Fix broken non-RSS bookbag feeds This commit addresses LP#1010036 by defining a stub 'description()' method. Lack of such a method was causing internal server errors for other kinds of feeds. Signed-off-by: Dan Wells Signed-off-by: Mike Rylander --- Open-ILS/src/perlmods/lib/OpenILS/WWW/SuperCat/Feed.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Open-ILS/src/perlmods/lib/OpenILS/WWW/SuperCat/Feed.pm b/Open-ILS/src/perlmods/lib/OpenILS/WWW/SuperCat/Feed.pm index fde04eb461..57bb67f88c 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/WWW/SuperCat/Feed.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/WWW/SuperCat/Feed.pm @@ -223,6 +223,7 @@ sub link {}; sub title {}; sub update_ts {}; sub creator {}; +sub description {}; #---------------------------------------------------------- -- 2.11.0