Fix broken non-RSS bookbag feeds
authorDan Wells <dbw2@calvin.edu>
Thu, 7 Jun 2012 14:32:59 +0000 (10:32 -0400)
committerMike Rylander <mrylander@gmail.com>
Fri, 8 Jun 2012 19:50:47 +0000 (15:50 -0400)
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 <dbw2@calvin.edu>
Signed-off-by: Mike Rylander <mrylander@gmail.com>

Open-ILS/src/perlmods/lib/OpenILS/WWW/SuperCat/Feed.pm

index fde04eb..57bb67f 100644 (file)
@@ -223,6 +223,7 @@ sub link {};
 sub title {};
 sub update_ts {};
 sub creator {};
+sub description {};
 
 #----------------------------------------------------------