From 27959a57b75dca8f41aeaee3d1d066ba672b7bd6 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