Functionality-affecting typo: subjet -> subject
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sat, 7 Aug 2010 02:24:46 +0000 (02:24 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sat, 7 Aug 2010 02:24:46 +0000 (02:24 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@17128 dcc99617-32d9-48b4-a31d-7c20da2025e4

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

index 85ad77f..f30b73c 100644 (file)
@@ -470,7 +470,7 @@ sub unapi {
                $type = 'auri' if ($scheme =~ /^asset-uri/o);
                $type = 'authority' if ($scheme =~ /^authority/o);
                $command = 'retrieve';
-               $command = 'browse' if (grep { $scheme eq $_ } qw/call_number title author subjet topic authority.title authority.author authority.subject authority.topic series item-age/);
+               $command = 'browse' if (grep { $scheme eq $_ } qw/call_number title author subject topic authority.title authority.author authority.subject authority.topic series item-age/);
        }
 
     if ($paging) {