https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26734

--- Comment #104 from Jonathan Druart <jonathan.druart+k...@gmail.com> ---
Created attachment 121446
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=121446&action=edit
Bug 26734: Renamed activethemes with _activethemes

There was an existing call to $self->activethemes that behave as setter:
   85     $self->activethemes($activethemes);

I am not sure what are the side-effects but it does not look good.

It caused warning in the logs:

Use of uninitialized value $interface in string eq at
/kohadevbox/koha/C4/Templates.pm line 279.
Use of uninitialized value $interface in string eq at
/kohadevbox/koha/C4/Templates.pm line 280.
Use of uninitialized value $interface in string eq at
/kohadevbox/koha/C4/Templates.pm line 282.
Use of uninitialized value $lang in concatenation (.) or string at
/kohadevbox/koha/C4/Templates.pm line 296.
Use of uninitialized value $lang in concatenation (.) or string at
/kohadevbox/koha/C4/Templates.pm line 296.
Use of uninitialized value $lang in concatenation (.) or string at
/kohadevbox/koha/C4/Templates.pm line 296

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to