[Koha-bugs] [Bug 9727] Typo in code causes compilation failure with Solr enabled

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 19 10:00:28 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9727

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #16254|0                           |1
        is obsolete|                            |
  Attachment #16325|0                           |1
        is obsolete|                            |

--- Comment #5 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Created attachment 16326
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=16326&action=edit
[PASSED QA] Bug 9727: Fix typo in variable name

Variable is passed as recordtype not record_type
correct name

Signed-off-by: Jonathan Druart <jonathan.druart at 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 at rot13.org>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at 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.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list