Topic: LuxCal 4.7.0 - Attachments cannot be opened from email reminders

In email reminder messages the links to possible attachments were relative links and therefore the attachments could not be opened from the emails.

To make the attachment links in email reminder messages absolute, so that attachments can be opened from the email messages, apply the following change.
Edit file common/toolbox.php and on line 228 replace . . .

href='./attachments/

by . . .

href='".calRootUrl()."attachments/

You can also download the changed toolbox.php file here.

Roel