Bug 31390: Remove noisy warns in C4::Templates
authorDavid Cook <dcook@prosentient.com.au>
Thu, 18 Aug 2022 01:14:03 +0000 (01:14 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 22 Aug 2022 16:25:00 +0000 (13:25 -0300)
commit368b1462e58f02e9636bb9ce5a5ba70a54b5d353
treefe40b0789f9eccce08edb17edc0bbafa7b7571db
parent8347ebb09b03904ddbde9287c44b1aff37efd6dc
Bug 31390: Remove noisy warns in C4::Templates

This patch removes two noisy warnings from C4::Templates

0) Apply patch and koha-plack --restart kohadev
1) Go to http://localhost:8081/
2) Note no warnings in /var/log/koha/kohadev/plack-intranet-error.log
3) Go to http://localhost:8080/
3) Note no warnings in /var/log/koha/kohadev/plack-opac-error.log

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
C4/Templates.pm