sbpp / sourcebans-pp

Admin, ban, and comms management system for the Source engine
https://sbpp.github.io/
Creative Commons Attribution Share Alike 4.0 International
328 stars 174 forks source link

fix: class-not-found-error in Mailer #884

Closed Sarrus1 closed 1 year ago

Sarrus1 commented 1 year ago

Description

Rename the mail folder to Mail.

Motivation and Context

On Linux (and particularly in a Linux based Docker image), namespaces are case-sensitive. This caused the Mail class to not be found when trying to send an email (when restoring a password for instance).

How Has This Been Tested?

✅ Tested in a Docker container running the php:8.1-apache image.

Types of changes

Checklist: