and, of course, the attendant typo
authormiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 14 Sep 2010 15:06:57 +0000 (15:06 +0000)
committermiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 14 Sep 2010 15:06:57 +0000 (15:06 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@17647 dcc99617-32d9-48b4-a31d-7c20da2025e4

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

index 9c0c794..3e81d2f 100644 (file)
@@ -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;