[open-ils-commits] [GIT] Evergreen ILS branch rel_2_2 updated. 27959a57b75dca8f41aeaee3d1d066ba672b7bd6
Evergreen Git
git at git.evergreen-ils.org
Fri Jun 8 16:41:02 EDT 2012
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, rel_2_2 has been updated
via 27959a57b75dca8f41aeaee3d1d066ba672b7bd6 (commit)
from d903689dc0dc34cf8ecb41733b6e8c423f3cb783 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 27959a57b75dca8f41aeaee3d1d066ba672b7bd6
Author: Dan Wells <dbw2 at calvin.edu>
Date: Thu Jun 7 10:32:59 2012 -0400
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 <dbw2 at calvin.edu>
Signed-off-by: Mike Rylander <mrylander at gmail.com>
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
--- 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 {};
#----------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
.../src/perlmods/lib/OpenILS/WWW/SuperCat/Feed.pm | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list