]> git.koha-community.org Git - koha.git/commit
Bug 9727: Fix typo in variable name
authorColin Campbell <colin.campbell@ptfs-europe.com>
Wed, 27 Feb 2013 17:52:02 +0000 (17:52 +0000)
committerChris Cormack <chris@bigballofwax.co.nz>
Fri, 29 Mar 2013 06:16:19 +0000 (19:16 +1300)
commit40776537453e27b6b99940c7b71b94cec9292bfe
treeefe48d541b84be46d88219148ce88a0ce117b77c
parent06286cb8ddfbddd17009a33313f453d1f58aa61d
Bug 9727: Fix typo in variable name

Variable is passed as recordtype not record_type
correct name

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
before applying the patch
$ perl -wc Koha/SearchEngine/Solr/Index.pm
Global symbol "$record_type" requires explicit package name at Koha/SearchEngine/Solr/Index.pm line 43.
Koha/SearchEngine/Solr/Index.pm had compilation errors.

after
Koha/SearchEngine/Solr/Index.pm syntax OK

Signed-off-by: Dobrica Pavlinusic <dpavlin@rot13.org>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
I can't really test this with solr, but as various people
at the hackfest have confirmed this to be fixing the problem
I feel save to pass QA. All tests and QA script pass too.
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Koha/SearchEngine/Solr/Index.pm