From: miker Date: Tue, 14 Sep 2010 15:06:57 +0000 (+0000) Subject: and, of course, the attendant typo X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=021c2e05b7945f66872f1018bee23eb7ad8d2d51;p=evergreen%2Fbjwebb.git and, of course, the attendant typo git-svn-id: svn://svn.open-ils.org/ILS/trunk@17647 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm b/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm index 9c0c794d5..3e81d2fc4 100644 --- a/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm +++ b/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm @@ -1347,7 +1347,7 @@ sub create_record_feed { my $tag_prefix = sprintf("tag:open-ils.org,$year-\%0.2d-\%0.2d", $month, $day); - my $flesh_feed = defined($flesh) ? $flesh : $parse_feed_type($type); + my $flesh_feed = defined($flesh) ? $flesh : parse_feed_type($type); $type =~ s/(-full|-uris)$//o;