projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a689278
)
Fix broken non-RSS bookbag feeds
user/dbwells/lp1010036_feed_fix
author
Dan Wells
<dbw2@calvin.edu>
Thu, 7 Jun 2012 14:32:59 +0000
(10:32 -0400)
committer
Dan Wells
<dbw2@calvin.edu>
Thu, 7 Jun 2012 14:32:59 +0000
(10:32 -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>
Open-ILS/src/perlmods/lib/OpenILS/WWW/SuperCat/Feed.pm
patch
|
blob
|
history
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
fde04eb
..
57bb67f
100644
(file)
--- 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 {};
#----------------------------------------------------------