http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12031
--- Comment #20 from M. Tompsett <[email protected]> --- Comment on attachment 26851 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=26851 [SIGNED OFF] Bug 12031 - Task Scheduler not sending mail Review of attachment 26851: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=12031&attachment=26851) ----------------------------------------------------------------- ::: tools/scheduler.pl @@ +40,5 @@ > + $base = C4::Context->config('supportdir'); > +} > +else { > + $base = "/usr/share/koha/bin"; > +} This block could be simplified: my $base = C4::Context->config('supportdir') // "/usr/share/koha/bin"; -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
