https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41557 22264cc@hvhs.school.nz changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #191047|0 |1 is obsolete| | --- Comment #2 from 22264cc@hvhs.school.nz --- Created attachment 191829 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=191829&action=edit Bug 41557: Remove unused vars sent to template 488 LoginFirstname => ( C4::Context->userenv ? C4::Context->userenv->{"firstname"} : "Bel" ), 489 LoginSurname => C4::Context->userenv ? C4::Context->userenv->{"surname"} : "Inconnu", 490 emailaddress => C4::Context->userenv ? C4::Context->userenv->{"emailaddress"} : undef, Test plan: `git grep` the 3 variables and confirm that there is no occurrences in the templates (.tt/.inc files) Signed-off-by: Connor Cameron-Jones <22264cc@hvhs.school.nz> -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.